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

Enjoy...
Claus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to