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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
