On 1/23/06, Clint Popetz <[EMAIL PROTECTED]> wrote:
> On Mon, Jan 23, 2006 at 12:36:02PM -0700, Wendy Smoak wrote:
> > On 1/23/06, Clint Popetz <[EMAIL PROTECTED]> wrote:
> >
> > >         This may be more of a jsp 2.0 question than a html-el tag
> > > library question, but here goes.
> >
> > If you're using JSP 2.0, you should not be using Struts-EL.
> >
> > Use the plain HTML tags and make sure you've configured your webapp
> > for Servlet 2.4 so that the container will evaluate the expressions
> > prior to passing them into the tags.
>
> I had no idea this was even possible.  Can you point me to a reference
> on configuring tomcat 5.5.x do that?  I couldn't find anything in
>
>         http://tomcat.apache.org/tomcat-5.5-doc/jasper-howto.html
>
> to configure the Jsp servlet to do that.

You don't need to configure it (if you don't want to turn EL off). EL
is simply what JSP 2.0 container does. EL and JSTL are part of JSP 2.0
spec.

Michael.

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

Reply via email to