Hi all !!

As my servlet performs some very large search operations, the final output
takes a long time to appear on the browser screen.
I would like to provide the user with some message like "Your search is in
progress..."  before the results are dispayed, rather than showing him just
a blank screen.

I tried using the response.flushBuffer() method, but the response is
displayed only after the
entire search is over.
Please help.
Thanks in advance.,
Seema

___________________________________________________________________________
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