:) My Boss :0

How not working for me then 

Should i add any taglib ???

Can u give em any URL i can get basic use of EL ${...} objects


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 3:10 PM
To: Struts Users Mailing List
Subject: Re: use EL in Struts 1.1

Rajesh wrote:

>Hai Claus,
>
>The code
>
><img src="images/category${cagegory.cagegoryId.gif}" width="120" 
>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 mention that, sorry.
try
<html:img src="images/category${cagegory.cagegoryId.gif}" width="120" 
height="40" />
instead

>In my lib directry i have standard struts jars some site they added 
>jstl.jar and struts-el.jar.
>
>I redownloaded struts1.1 but in the distribution binary zip file i 
>didnât found struts-el.jar
>
>Is it really needed to parse ${....} keys ? If yes where can i get it.
>
>  
>
No you don't need the struts-el.jar, if you have the struts.jar in your lib dir. I 
don't, and I use EL :-)

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