Re: Displaying BLOB image in a jsp page through struts...

2008-09-07 Thread Ryan Wong
ing my image(s) in jsp > > Please guide me to write tags in jsp/struts for displaying my images. > > -- Best >    Amir Hossein > > > > - Blog: http://www.ryanwong.name Can Use: English, Chinese -- View this message in context: http://w

Re: Displaying BLOB image in a jsp page through struts...

2008-09-07 Thread Ryan Wong
I use Struts Framework, I would use jsp/struts tags for > displaying my image(s) in jsp > > Please guide me to write tags in jsp/struts for displaying my images. > > -- Best >    Amir Hossein > > > > - Blog: http://www.ryanwong.name Can Use: English, Chinese -

Displaying BLOB image in a jsp page through struts...

2008-09-07 Thread Amir Hossein Sharifzadeh
Dear J2ee members I am trying to display an image in a jsp page which is stored as a blob in the oracle table. I wrote a stored procedure to get all the images for a particular id. and in the servlet(action), I wrote the following:     code:     ResultSet rsImg = verServ.getImages(EtaId,conn);