Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

html:image in logic:iterate

Status
Not open for further replies.

sammaes

Programmer
May 4, 2007
1
0
0
FR
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top