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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question on <html:img> together with <bean:write>

Status
Not open for further replies.

yacanna

Programmer
Oct 24, 2003
15
US
I try to get the image path from database, then use <html:img> to display the image,

<html:img src='<bean:write name="ARRAYLIST"
property="imagePath" />' width="90" height="90" />

somehow the image never can show up. If I use normal html <img> with <bean:write> tag, it works fine.
( <img src='<bean:write name="ARRAYLIST"
property="imagePath" />' width="90" height="90" > )


Do you see any syntax wrong for the <html:img> here?

Thank you very much!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top