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]



Reply via email to