Ok, I got it.  Once I copied the <webapp> tag from the standard-examples.war
 

<web-app xmlns="http://java.sun.com/xml/ns/j2ee";
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd"
    version="2.4">

then it worked.  Go figure...
--
        Nick

________________________________

From: Afshartous, Nick [mailto:[EMAIL PROTECTED]
Sent: Tue 12/20/2005 11:59 AM
To: taglibs-user@jakarta.apache.org
Subject: Vars not evaled




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]




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

Reply via email to