Re: Pb displaying image

2009-07-21 Thread Tugdual Huertas
put this in my jsp: > >>> > >>> file:///<%=request.getAttribute( /1.png"> > >>> > >>> and that too: > >>> >>> src="file:///<%=request.getAttribute("imageLocation")%>/1.png"/> > >>> >>&g

Re: Pb displaying image

2009-07-21 Thread Nils-Helge Garli Hegvik
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 appli

Re: Pb displaying image

2009-07-21 Thread Tugdual Huertas
;> file:///<%=request.getAttribute( /1.png"> > >>> > >>> and that too: > >>> >>> src="file:///<%=request.getAttribute("imageLocation")%>/1.png"/> > >>> >>> src="file:///<%=request.getAttribut

Re: Pb displaying image

2009-07-21 Thread Paweł Wielgus
le:///<%=request.getAttribute("imageLocation")%>/1.png"/> >>> >> src="file:///<%=request.getAttribute("imageLocation")%>/1.png"/> >>> >>> (imageLocation reference D:/images) >>> >>> but not

Re: Pb displaying image

2009-07-21 Thread tutu
gt;> >> (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:

Re: Pb displaying image

2009-07-20 Thread Jim Kiley
mages) > > 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

Pb displaying image

2009-07-20 Thread tutu
thing 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 ma