Re: JSTL and Tomcat 5.0 alpha

2003-01-02 Thread Ryan Lubke
You shouldn't have problems using JSTL with Tomcat 5.0. Just a few things you should be aware of. 1. If the web application you're using with TC 5.0 and JSTL is based on a 2.3 deployment descriptor, then the container will not evaluate the EL expressions present in the target translatio

JSTL and Tomcat 5.0 alpha

2002-12-30 Thread grenoml
I want to test out Tomcat 5.0 alpha (JSP 2.0) and would like to do so with JSTL. Where would I locate a version of JSTL that I can use with this Tomcat version? Would JSTL 1.0.2 have conflicts because of the two EL implementations? Regards, Gerry Reno __