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
.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&
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:
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
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
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
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
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 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.
]
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
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
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
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
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo