RE: In Struts 1.3 how to display multiple images in jsp from database

2012-04-24 Thread Givler, Eric
Message- From: raaja.g [mailto:raaj...@gmail.com] Sent: Wednesday, March 21, 2012 2:14 AM To: user@struts.apache.org Subject: In Struts 1.3 how to display multiple images in jsp from database Hi, I am facing problem in displaying multiple images at a time in jsp. I am able to retrieve the

In Struts 1.3 how to display multiple images in jsp from database

2012-03-20 Thread raaja.g
Hi, I am facing problem in displaying multiple images at a time in jsp. I am able to retrieve the images from db and storing them in a list and forwarding that to jsp in request from Action class. But I am not able to display those images in jsp. I am not getting an idea how to render those image