Dear all,
I fetch a (variable length) vector of adresses of logos from a dbase and want to show them in a JSP page.
<logic:iterate name="logos" id="logo" scope="request">
<html:image src=<bean:write name="logo"/>> </html:image> </logic:iterate>
This seems to be invalid code as it returns: quote expected after src=
Any ideas how to do this ?
Thanks in advance.
I fetch a (variable length) vector of adresses of logos from a dbase and want to show them in a JSP page.
<logic:iterate name="logos" id="logo" scope="request">
<html:image src=<bean:write name="logo"/>> </html:image> </logic:iterate>
This seems to be invalid code as it returns: quote expected after src=
Any ideas how to do this ?
Thanks in advance.