On 11/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

> I just upgraded my servlet container and went from Servlet 2.3 to
> Servlet 2.4 API, and now I'm getting errors from Struts' html-el
> taglib:

You should not be using Struts-EL with Servlet 2.4/JSP 2.0.

Go back to the original Struts tags, and use a JSTL 1.1 implementation
with them... the container will evaluate the expressions, you no
longer need Struts EL to do it for you.

--
Wendy

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

Reply via email to