Re: Output an image

2006-06-02 Thread Mads Henderson
I think you need to create a servlet that outputs the image. You can then use the servlet url in you h:graphicimage tagHope that helpsMadsOn 6/1/06, Ondrej Svetlik [EMAIL PROTECTED] wrote: Hello all,I have image data in the database and want to simply send them out withpropper mime type. Is there

Re: Output an image

2006-06-02 Thread Cagatay Civici
Or a phaselistener,http://www.jroller.com/page/cagataycivici?entry=phaselistener_renders_an_image_noCagatay On 6/2/06, Mads Henderson [EMAIL PROTECTED] wrote: I think you need to create a servlet that outputs the image. You can then use the servlet url in you h:graphicimage tagHope that helpsMads

Re: Output an image

2006-06-02 Thread Mert Çalışkan
favor phaselisteners over servlets.. http://www.nabble.com/Render-an-Image-t1395334.html#a3811978Regards, Mert On 6/2/06, Mads Henderson [EMAIL PROTECTED] wrote: I think you need to create a servlet that outputs the image. You can then use the servlet url in you h:graphicimage tagHope that

RE: Output an image

2006-06-02 Thread Jesse Alexander \(KSFD 121\)
An alternative to phaselisteners could be weblets (http://weblets.dev.java.net)... in its actual form it can read the image from a jar, but as it is opensource it could be changed to read from a db... hth Alexander -Original Message- From: Ondrej Svetlik [mailto:[EMAIL PROTECTED]

Re: Output an image

2006-06-02 Thread Ondrej Svetlik
Jesse Alexander (KSFD 121) wrote: An alternative to phaselisteners could be weblets (http://weblets.dev.java.net)... in its actual form it can read the image from a jar, but as it is opensource it could be changed to read from a db... hth Alexander -Original Message- From: Ondrej