Rajesh wrote:
You would have to use the struts html tags. I forgot to mention that, sorry.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.
try
<html:img src="images/category${cagegory.cagegoryId.gif}" width="120" height="40" />
instead
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 :-)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.
Enjoy... Claus
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]