Try this: <html:img srcKey="key.to.your.image.file" border="0" />
Hi,
I have a property-file including urls of my images. I have a tag inside a JSP as follows:
<html:img src='../../../images/buttons/New.gif' border='0'/>
And now I want to replace "images/buttons" inside the HTML with the appropriate value out of my property-file because I'm not allowed to place a tag inside another tag like this: "<html:img src='../../../<bean:message name..../>New.gif' border='0'/>".
Is there a possibility to solve this problem?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

