Hi dean
The tomcat examples all use the 2.4 web xml spec and the el is setup
from there. If you're web apps are 2.3 and/or 2.2 flavoured
Copy the jstl and standard jars from the Tomcat 5 JSP examples
WEB-INF/lib into your lib directory
in your jsps no need to configure web.xml its all the JAR
Thanks. I am using Tomcat 5 but I could not figure out how to get
at the JSTL stuff. I ended up grabbing the JSTL from sun and copying
TLDs and jars into my local lib directory for the application (struts is
there)
and that works. I got version 1.1. I am currently reading the final spec for
JSTL a
You can either plug JSTL in if you are using a Version 2.3 servlet container
(e.g. Tomcat 4) or you can use a Version 2.4 Servlet Container which comes
with it (e.g. Tomcat 5)
If you need to plug it in, download JSTL version 1 from Jakarta Taglibs -
installation instructions included.
If you want
3 matches
Mail list logo