RE: Struts-EL and JSP 2.0

2008-02-14 Thread Karr, David
Just so it's clear, you not only don't need it, but it's presence would
probably cause subtle (well, maybe not so subtle) problems.  Don't use
it in a JSP 2.x+ container. 

> -Original Message-
> From: Antonio Petrelli [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, February 14, 2008 8:50 AM
> To: Struts Users Mailing List
> Subject: Re: Struts-EL and JSP 2.0
> 
> 2008/2/14, javaskull <[EMAIL PROTECTED]>:
> >
> > I'm using RAD 7.0 and WAS 6.1 which is a JSP 2.0 container.  If I'm 
> > using the Struts 1.38 version, should I not put Struts-EL 
> in the WEB- 
> > INF\lib folder?  I had read that Struts-EL won't work with 
> JSP 2.0 and 
> > I should not use Struts-EL for that.  Thanks,
> 
> You don't need it since EL evaluation is made by the 
> container with JSP 2.x.
> 
> Antonio

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



Re: Struts-EL and JSP 2.0

2008-02-14 Thread Antonio Petrelli
2008/2/14, javaskull <[EMAIL PROTECTED]>:
>
> I'm using RAD 7.0 and WAS 6.1 which is a JSP 2.0 container.  If I'm
> using the Struts 1.38 version, should I not put Struts-EL in the WEB-
> INF\lib folder?  I had read that Struts-EL won't work with JSP 2.0 and
> I should not use Struts-EL for that.  Thanks,



You don't need it since EL evaluation is made by the container with JSP 2.x.

Antonio