How to display a dynamic image along with other fields
siva kumarl
Greenhorn
Joined: Nov 29, 2008
Posts: 21
posted
0
Hi Friends.. I have to display a image in jsp page along with other fields using struts. i.e.,I am reading a employee details along with his/her image and storing in the database,i known how to store and read a image from database,but i am unable to display image with other fields. Please give me suggestion how to display a image using Action class,if possible give me code.
If you search the web you'll find many responses to similar questions. The nutshell version is that you create an action that streams the image bytes to the response and return null to indicate that the action has handled the response.