Hello all,

I am writing a Struts application which needs to read a database, fetch an image inside a blob field and display it in a JSP page in two different ways: - Within a thumbnail size inside a column of a normal html <table>. Which means the image needs to be resized for displaying purposes. All images inside this table cannot exceed a maximum height and width in order to have a neat display.
- And using the image original size.

Hence, I would like to ask if is there any example code on how to accomplish this task. I guess the image size could be configured through html/javascript but what I wonder is how to read from the database and send it to the view component, the JSP
page to have it displayed.

I appreciate any inputs on this issue.

Thanks in advance,

C.F.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to