Re: use EL in Struts 1.1

2004-10-28 Thread Erik Weber
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

Re: use EL in Struts 1.1

2004-10-28 Thread Janelle Smith
.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&

RE: use EL in Struts 1.1

2004-10-28 Thread Kris Schneider
ags, not the > > contributed struts-el > > >tags. > > > > > >Regards, > > >David > > > > > >-Original Message- > > >From: Rajesh [mailto:[EMAIL PROTECTED] > > >Sent: Wednesday, October 27, 2004 11:41 PM > > >To: &#x

RE: use EL in Struts 1.1

2004-10-28 Thread Karr, David
andard 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

Re: use EL in Struts 1.1

2004-10-27 Thread Erik Weber
d="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

RE: use EL in Struts 1.1

2004-10-27 Thread David G. Friedman
ent: 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

RE: use EL in Struts 1.1

2004-10-27 Thread Rajesh
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

RE: use EL in Struts 1.1

2004-10-27 Thread Rajesh
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

RE: use EL in Struts 1.1

2004-10-27 Thread Karr, David
;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.

RE: use EL in Struts 1.1

2004-10-27 Thread David G. Friedman
] Sent: Wednesday, October 27, 2004 4:27 AM To: 'Struts Users Mailing List' Subject: use EL in Struts 1.1 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 cons

Re: use EL in Struts 1.1

2004-10-27 Thread dmu2201
Rajesh wrote: :) My Boss :0 How not working for me then Should i add any taglib ??? Yeah you have to use the HTML and Bean taglibs: <%@ taglib uri="/WEB-INF/tlds/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/tlds/struts-bean.tld" prefix="bean" %> replace the uri with the relativ

RE: use EL in Struts 1.1

2004-10-27 Thread Rajesh
PM To: Struts Users Mailing List Subject: Re: use EL in Struts 1.1 Rajesh wrote: >Hai Claus, > >The code > >height="40" /> > >Is not parsed and directly appairs in the html source code. > > > You would have to use the struts html tags. I forgot to me

RE: use EL in Struts 1.1

2004-10-27 Thread Rajesh
PM To: Struts Users Mailing List Subject: Re: use EL in Struts 1.1 Rajesh wrote: >Hai Claus, > >The code > >height="40" /> > >Is not parsed and directly appairs in the html source code. > > > You would have to use the struts html tags. I forgot to me

Re: use EL in Struts 1.1

2004-10-27 Thread dmu2201
Rajesh wrote: Hai Claus, The code Is not parsed and directly appairs in the html source code. You would have to use the struts html tags. I forgot to mention that, sorry. try instead In my lib directry i have standard struts jars some site they added jstl.jar and struts-el.jar. I redownlo

RE: use EL in Struts 1.1

2004-10-27 Thread Rajesh
there are no obvious deficiencies. -- C.A.R. Hoare -Original Message- From: dmu2201 [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 2:58 PM To: Struts Users Mailing List Subject: Re: use EL in Struts 1.1 Hi Rajesh >In lay

RE: use EL in Struts 1.1

2004-10-27 Thread Rajesh
there are no obvious deficiencies. -- C.A.R. Hoare -Original Message- From: dmu2201 [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 2:58 PM To: Struts Users Mailing List Subject: Re: use EL in Struts 1.1 Hi Rajesh >In lay

Re: use EL in Struts 1.1

2004-10-27 Thread dmu2201
Hi Rajesh In layout page in a tile page am passing a querystring(parameter) as ?CategoryId=3 If i need to display can i just add it as I'm afraid not since the method signature is request.getParameter(String) and what you are trying to do is request.getParameter().getCagegoryId().getGif(), wh

RE: use EL in Struts 1.1

2004-10-27 Thread Rajesh
essage- From: dmu2201 [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 2:01 PM To: Struts Users Mailing List Subject: Re: use EL in Struts 1.1 > >is it possible to use EL in Struts 1.1 ? > > Yes it is. Just insert this in the top of your JSP page: <%@ page isELIgn

RE: use EL in Struts 1.1

2004-10-27 Thread Rajesh
essage- From: dmu2201 [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 27, 2004 2:01 PM To: Struts Users Mailing List Subject: Re: use EL in Struts 1.1 > >is it possible to use EL in Struts 1.1 ? > > Yes it is. Just insert this in the top of your JSP page: <%@ page isELIgn

Re: use EL in Struts 1.1

2004-10-27 Thread dmu2201
is it possible to use EL in Struts 1.1 ? Yes it is. Just insert this in the top of your JSP page: <%@ page isELIgnored="false" %> Enjoy... Claus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

use EL in Struts 1.1

2004-10-27 Thread Rajesh
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

use EL in Struts 1.1

2004-10-27 Thread Rajesh
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