Is there any way to do something like this (in pseudo-code):

out.println("<html>");
out.println("<body>");
out.println("<p>");
out.println("my data");
out.println("</p>");
... call something so that whatever was written so far is returned to the
browser and displayed while the page continues generating.  (In reality this
will be used to display a page with a lot of data where data takes some time
to populate, so the page will be split up into multiple tables.

Thanks,


_____________________
George Svedloff
[EMAIL PROTECTED]
http://www.liquidprice.com

___________________________________________________________________________
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