Hi,

I have a pb while trying to display an image that is not in my application
but on the file system!!

I've tried to put this in my jsp:

file:///<%=request.getAttribute( /1.png"></img>

and that too:
<html:image src="file:///<%=request.getAttribute("imageLocation")%>/1.png"/>
<html:img src="file:///<%=request.getAttribute("imageLocation")%>/1.png"/>

(imageLocation reference D:/images)

but nothing is displayed. Does anybody knows how to display an image that is
not in the web application?

thanks,

tugdual
-- 
View this message in context: 
http://www.nabble.com/Pb-displaying-image-tp24571593p24571593.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to