On 3/14/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> On 3/14/06, Mujahid Ali <[EMAIL PROTECTED]> wrote:
>
> > 9.1 used 2.4 and it is supposed to be backwards compatible. Just to make
> > things simple, I tried deploying the strutsel-exercise-taglib.war that
> > comes with the struts 1.2.8 release.
> >
> > The tags don't work without any modifications to the war.
>
> My guess is that Weblogic is providing a JSTL 1.1 implementation, and
> there is some conflict with the Servlet 2.3/JSTL 1.0 apps you are
> trying to run.
>
> > If I modify the web.xml in the war to be 2.4 compatible, it still doesn't 
> > work.
>
> If you want to use Servlet 2.4, then you don't need Struts EL -- the
> container will evaluate the expressions before passing the values to
> the taglib.
>
>  * http://wiki.wsmoak.net/cgi-bin/wiki.pl?StrutsAndJSTL

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.

Michael J.

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

Reply via email to