Re: Display the Image from the Database

2008-05-16 Thread Jay Bose
Vaani, try the Stream result type - http://struts.apache.org/2.x/docs/stream-result.html --- Vaani <[EMAIL PROTECTED]> wrote: > > Hi i am new to struts... > > how to display the created image from database.i got the image in byte > array format. can any one tell me > how to convert the byte

Re: Display the Image from the Database

2008-05-16 Thread Alberto A. Flores
Please refer to: http://struts.apache.org/2.0.11.1/docs/how-can-we-display-dynamic-or-static-images-that-can-be-provided-as-an-array-of-bytes.html The search engine in the wiki is a pretty good tool :) I actually found that method very useful. Vaani wrote: Hi i am new to struts... how to dis