Assuming imageList contains String taht are absolute (in application context) path to your images, this should work :
<logic:iterate id="item" name="imageList" > <html:image page="<%= item %>" > </logic:iterate>
It works, except I had to do item.toString()
Thanks a lot
Jean-Paul
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

