You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by MavenMan <li...@163.com> on 2007/11/05 03:16:37 UTC

picture display in struts 1.3.8

if i have saved a picture url in datebase . then i fetch it , so how can i
code the url in jsp ? 

i have try  /image/<bean:write name =  " />

but it does not work correctly
-- 
View this message in context: http://www.nabble.com/picture-display-in-struts-1.3.8-tf4749306.html#a13580449
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: picture display in struts 1.3.8

Posted by Paul Benedict <pb...@apache.org>.
You need to execute a Struts action which returns the byte stream of the
image.

http://wiki.apache.org/struts/StrutsFileDownload


Paul