Re: Struts and EL/JSTL

2004-09-26 Thread Pedro Salgado
On 26/9/04 5:30 pm, "Chris" <[EMAIL PROTECTED]> wrote: >> - configure your web.xml correctly to enable EL >> - use struts non-el tag libraries or any non-el tag library (jstl >>included) > > BTW, in JSTL, which one is non-el tag library? c.tld or c-rt.tld ? If you are using Tomcat5... t

Re: Struts and EL/JSTL

2004-09-26 Thread Pedro Salgado
On 26/9/04 5:30 pm, "Chris" <[EMAIL PROTECTED]> wrote: >> - configure your web.xml correctly to enable EL >> - use struts non-el tag libraries or any non-el tag library (jstl >>included) > > BTW, in JSTL, which one is non-el tag library? c.tld or c-rt.tld ? If you are using Tomcat5... t

Re: Struts and EL/JSTL

2004-09-26 Thread Chris
> - configure your web.xml correctly to enable EL > - use struts non-el tag libraries or any non-el tag library (jstl >included) BTW, in JSTL, which one is non-el tag library? c.tld or c-rt.tld ? Regards Chris - To uns

Re: Struts and EL/JSTL

2004-09-26 Thread Pedro Salgado
Mailing List" <[EMAIL PROTECTED]>; "Satish Talim" >> <[EMAIL PROTECTED]> >> Sent: Sunday, September 26, 2004 10:23 AM >> Subject: RE: Struts and EL/JSTL >> >> Satish, >> >> JBoss v4.0 says it (like Tomcat 5.X.X) supports JS

Re: Struts and EL/JSTL

2004-09-26 Thread M. Onur Tokan
ist" <[EMAIL PROTECTED]>; "Satish Talim" > <[EMAIL PROTECTED]> > Sent: Sunday, September 26, 2004 10:23 AM > Subject: RE: Struts and EL/JSTL > > Satish, > > JBoss v4.0 says it (like Tomcat 5.X.X) supports JSP 2.0. So you can use the > standard

Re: Struts and EL/JSTL

2004-09-25 Thread Satish Talim
David it works! Thanks. Satish - Original Message - From: "David G. Friedman" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; "Satish Talim" <[EMAIL PROTECTED]> Sent: Sunday, September 26, 2004 10:23 AM Subject: R

RE: Struts and EL/JSTL

2004-09-25 Thread David G. Friedman
Satish, JBoss v4.0 says it (like Tomcat 5.X.X) supports JSP 2.0. So you can use the standard Struts release and simply type in the ${expression} syntax from JSP v2.0 directly into a struts tag or anywhere in the JSP page itself. Do ${abc.xyz} to call the getXyz method of object abc. Scopes shou