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
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--
Rajesh,
Have you tried one of these approaches:
1) Just a JSP 2.0 application server or web server?
2) Use the Struts-EL taglibs (bean-el, struts-html-el, etc.) located in the
/contrib folder of the 1.1 release?
Regards,
David
-Original Message-
From: Rajesh [mailto:[EMAIL PROTECTED]
S
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, e-mail: [EMAIL
20 matches
Mail list logo