I'm trying to use c:forTokens to parse a string, using "\n" as the delimiter and it
seems it doesn't work. The jsp code is like this:
<c:forTokens items="my_string" delims="\n" var="foo">
<td><c:out value="${foo}"/></td>
</c:forTokens>
"${foo}" shows the whole entire string instead of the token. but if I use
StringTokenizer to parse the string in a script, I got the individual token. So I
suspect c:forTokens might be the problem. Thanks,
Howard Lin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]