You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by dmu2201 <dm...@mail.ikasths.dk> on 2004/10/27 10:31:05 UTC

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 isELIgnored="false" %>

Enjoy...
Claus

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: use EL in Struts 1.1

Posted by Rajesh <ra...@gkbcinc.com>.
Hai Claus,

Thanks :)

After  i added the line 

<%@ page isELIgnored="false" %>

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

<img src="images/category${request.parameter.CagegoryId}.gif" width="120"
height="40">

?

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: dmu2201 [mailto:dmu2201@mail.ikasths.dk] 
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 isELIgnored="false" %>

Enjoy...
Claus

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org