unsubscribe

----------
From:   Raj R. Singh[SMTP:[EMAIL PROTECTED]]
Sent:   05 May 1999 16:06
To:     [EMAIL PROTECTED]
Subject:        returning images

I have a servlet that calls another class' method to generate an
image. The servlet returns a web page with a reference to the
image. The problem is that the image doesn't always show up
in the web page, although the HTML points to the right file and
I can look at the GIF I create and it looks fine.

I'm thinking that the web page is returned to the browser before
the image is finished being created (java's wonderful built-in
threading), so I need to write some code to make sure the image is
done before returning the web page.

Is this right? Has anyone had this problem and solved it?

thanks,
Raj

---------------------------------------
Raj Singh             Syncline, Inc.
e: [EMAIL PROTECTED]    ph: 617.661.7134
w: www.syncline.com   fax: 617.661.7135

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to