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!
<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!