Hi,

I just installed taglibs-standard-1.1.2.  Am using tomcat 5.0.28.
Have tried this with jdk1.4.2 and 5.0.

Below is the output from the ForTokens.jsp example included in the dist.

Seems like the iterator works but the control var is not evaled.

Someone else mentioned a similar problem (thread: jstl doesn't work)
That was fixed by changed a ref to servlet 2.3 to 2.4 in web.xml.

I've tried making this change in the DTD reference in web.xml
though without success.

Thanks for any tips.
--
      Nick


<forTokens>

String with '|' delimiter
${token} * ${token} * ${token} * 
String with '|' and ',' delimiters
${token} * ${token} * ${token} * ${token} * ${token} * ${token} *
${token} * 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to