You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Eric Earnst <ea...@sprintmail.com> on 2003/03/15 07:25:46 UTC

Using forTokens with textarea

Hi,
I want to use a textarea to enter a list of numbers, one per line, then
use forTokens to pull out each number.  Is this really the only way to
do it?

<c:forTokens items="${param.partNums}" delims="
" var="partNum">

i.e. put a newline between the "'s?

Thanks,
Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org