>Would it be possible to store Image object in a bean and have the jsp
>display
>it? I gues a simple answer to that question is no since jsp's DISPLAY tag
>displays string only.
>
>Any thoughts on this? This seems like a showstopper to me as far as using
>JSP
>for my application. I can't create temporary image files 'cause that's too
>messy to deal with. I would have to delete the files after viewing, give
>them
>unique names etc.
Don't give up on JSP's just yet...
You could write a servlet that fetches the appropriate image from the
database and returns it as a GIF or JPG, and then your bean's role is to
just insert the appropriate URL for that servlet into the JSP.
- Mark
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".