I have similar problem.  I have images stored in a database and I need to put
them into a jsp page.

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.

dave.


Martin Peter wrote:

> I have a JSP page and want to dyanamically generate a gif for display on
> the page.
>
> I store my gif's in a directroy server and read them out as a byte array,
> this bit okay. I am unsure as to how I get it to display on the page.
>
> Thanks
> Peter.
>
> ===========================================================================
> 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".

--
David Mossakowski        [EMAIL PROTECTED]
http://www.dwdog.com/styk      212.310.7275

"I don't sit idly by, I'm planning a big surprise"
F         U         G         A        Z        I

===========================================================================
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".

Reply via email to