> Since you're using a JSP 2.0 container, you should be able to just do:
>
> <p>1 + 2 + 3 = ${1+2+3}</p>
>
> Make sure you're using a Servlet 2.4 deployment descriptor.

That didn't work for me.  Perhaps it's your last comment.  What does it mean
to have a 2.4 deployment descriptor for the JSP page?  Maybe that's where
I've gone wrong...  It seems like it has to be just a configuration issue.
I have the jstl.jar and standard.jar in the  WEB-INF/lib directory, and I've
put the c.tld in WEB-INF and updated web.xml to point to it using:

<taglib>
<taglib-uri>http://java.sun.com/jsp/jstl/core</taglib-uri>
<taglib-location>/WEB-INF/c.tld</taglib-location>
</taglib>

Thanks,
David


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

Reply via email to