> Is there a way to display images from database blob fields within only
jsp,
> i know that it is impossible because of you can not handle an another
> outputstream
> within jsp.

Your JSP needs to output an IMG tag with a 'src' that points back to your
application as another GET that will then return the image of interest.,
generally from a simple servlet that sets the content-type to image/gif or
whatever the image format is.

David


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to