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

--
Wendy

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

Reply via email to