| Author |
Exception with displaying image
|
Simpson Kumar
Ranch Hand
Joined: Mar 19, 2008
Posts: 260
|
|
In our requirement we need to display the images on a JSP and these images are stored in database. I can get the image from database uwing rs.getBinaryStream() and I can see the image on the jsp page. but I get the exceptions on server console and on jsp I see two kinds of exception what could be the reason? how we can avoid them? could some one please give me solution.
|
Thanks,
Kumar
|
 |
Simpson Kumar
Ranch Hand
Joined: Mar 19, 2008
Posts: 260
|
|
Oh I forget to attach my servlet code
|
 |
Simpson Kumar
Ranch Hand
Joined: Mar 19, 2008
Posts: 260
|
|
I got it.. My solution is don't ever use Struts while streaming images from database.... I just created a Servlet and copied the same code from Struts Action class to this Servlet and worked. I don't know what is the exact issue behind Struts action and I will find it soon. However, I got the solution thats it. Thanks, Sumant K
|
 |
 |
|
|
subject: Exception with displaying image
|
|
|