Pb displaying image

2009-07-20 Thread tutu
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"> and that too: /1.png"/> /1.png"/> (imageLocation reference D:/images) but nothing is displayed. Does anybody kno

Re: Pb displaying image

2009-07-21 Thread tutu
> > On Mon, Jul 20, 2009 at 11:08 AM, tutu wrote: > >> >> 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: >>