On 3/14/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > Slightly offtopic but still relevant: what is meant by "container > provides support for JSTL 1.1"? Because Tomcat 5 supports SRV 2.4, but > does not have jstl.jar and standard.jar in shared or endorsed > directory. At least 5.5.16 distro does not have them, but example WARs > bundled the this distro have these libraries in their respective > WEB-INF/lib directories.
I'm just guessing that perhaps Weblogic 9.1 *does* provide a JSTL 1.1 implementation in some shared area, and that it might be causing conflicts. The spec doesn't forbid a container from providing a JSTL implementation, does it? Something is clearly wrong, you should be able to drop a properly configured Servlet 2.3 app into a container that supports Servlet 2.4, and have it just work. (For example, I have several Struts EL/Servlet 2.3/JSTL 1.0 apps deployed to Tomcat 5.5 with no problems.) If Servlet 2.4 is an option, my advice is to use that, plus JSTL 1.1 and the original Struts taglibs. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]