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

getOutputStream() has already been called for this response

2011-08-20 Thread raaja.g
Hi, I am getting the *java.lang.IllegalStateException: getOutputStream()* has already been called for this response when I use *return map.findForward("success")* at the end of action method. But this exception wont appear if I return null. As I am not using writer object. But this will not displ