I imagine it'll work just like TC 4.1 if his app is using a Servlet 2.3
web.xml.

Quoting "Karr, David" <[EMAIL PROTECTED]>:

> You're using Tomcat 5 with Struts-EL?  You don't need to use Struts-EL
> with Tomcat 5.  Doing so is wasteful (and I'm surprised it works).  The
> base Struts tag library will provide exactly the same functionality
> (except for perhaps the "expr" attribute on "logic:match"), without the
> indirection necessary in Struts-EL.
> 
> > -----Original Message-----
> > From: Erik Weber [mailto:[EMAIL PROTECTED] 
> > 
> > I use Tomcat 5.0.27, I don't use the "isELIgnored" attribute, 
> > and I do 
> > use the struts-el tags (Struts version 1.1), and everything 
> > works fine.
> > 
> > Erik
> > 
> > 
> > David G. Friedman wrote:
> > 
> > >Rajesh,
> > >
> > >If you use this syntax in your Tomcat 5.X.X (I'm on 5.0.27) JSP's:
> > ><%@ page isELIgnored="false" %>
> > >
> > >Remember to use the standard struts tags, not the 
> > contributed struts-el
> > >tags.
> > >
> > >Regards,
> > >David
> > >
> > >-----Original Message-----
> > >From: Rajesh [mailto:[EMAIL PROTECTED]
> > >Sent: Wednesday, October 27, 2004 11:41 PM
> > >To: 'Struts Users Mailing List'
> > >Subject: RE: use EL in Struts 1.1
> > >
> > >
> > >Hai
> > >
> > >Am using Tomcat5
> > >
> > >Its supporting JSP2 right
> > >
> > >
> > >Regards,
> > >
> > >Rajmahendra R. Hegde
> > >GK Bharani Software Pvt. Ltd.
> > >
> > >There are two ways of constructing a software design. One 
> > way is to make it
> > >so simple that there are obviously no deficiencies. And the 
> > other way is to
> > >make it so complicated that there are no obvious deficiencies.
> > >                                                    -- C.A.R. Hoare
> > >
> > >-----Original Message-----
> > >From: Karr, David [mailto:[EMAIL PROTECTED]
> > >Sent: Thursday, October 28, 2004 12:44 AM
> > >To: Struts Users Mailing List
> > >Subject: RE: use EL in Struts 1.1
> > >
> > >Are you using a JSP 1.2 or JSP 2.0 container?  If you're 
> > using a JSP 1.2
> > >container, you use the jars/tlds in "contrib/struts-el/lib". 
> >  If you're
> > >using a JSP 2.0 container, don't use Struts-EL.  I didn't 
> > see in any of
> > >these notes where you said what container you're using.
> > >
> > >  
> > >
> > >>-----Original Message-----
> > >>From: Rajesh [mailto:[EMAIL PROTECTED]
> > >>
> > >>Hai all,
> > >>
> > >>is it possible to use EL in Struts 1.1 ?
> > >>
> > >> Struts-EL how to use with Struts 1.1.
> > >>
> > >>Regards,
> > >>
> > >>Rajmahendra R. Hegde
> > >>GK Bharani Software Pvt. Ltd.
> > >>
> > >>There are two ways of constructing a software design. One way is to
> > >>make it so simple that there are obviously no deficiencies. And the
> > >>other way is to make it so complicated that there are no obvious
> > >>deficiencies.

-- 
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech       <http://www.dotech.com/>

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

Reply via email to