Anyone know how to set properties to an html:img tag within a logic:iterate
tag?

For example:

<logic:iterate id="myimages" name="somebean" property="images">
    <html:img src="<NEED TO ADD VALUES FOR SRC>" border="0"/>
</logic:iterate>

Thanks all.

Reply via email to