On 12/2/05, fea jabi <[EMAIL PROTECTED]> wrote: > using struts 1.2.7 > > Used c tags in my jsp and also gave this > <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> ... > in web.xml > <taglib> ... > > thinking one of the jars in it will have the JSTL stuff. Which ar has the > JSTL stuff in it? > > Where can I get the tld's for these.
If you're on Servlet 2.3 (Tomcat 4.x), then you'll find what you need under the 'contrib' directory of your Struts 1.2.7 distribution. It contains "Struts-EL" and includes a JSTL 1.0 implementation. If you're on Servlet 2.4, then the advice is different. In neither case do you need to configure the tlds in web.xml. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]