--

Thanks for the response.
Yes, the images are static. You are right that I have to send the url back
in text/html output.

Any thoughts or info how to do this? i.e. do I have to FileOutputStream or
what?

TIA
Gaurav


Scott Fraser wrote:

> --
>
> Are the images dynamically created or static?  If static then you need
> to return URL's in the text/html output that reference the desired
> images.  You don't return the images in the same output stream as the
> text/html.  They are sepearate HTTP objects.
>
> HTH...
>
> -Scott
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> READ THE FAQ!!!!     <http://java.apache.org/faq/>
> Archives and Other:  <http://java.apache.org/main/mail.html/>
> Problems?:           [EMAIL PROTECTED]



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to