Hey,

I have a question about out.flush().  I'm using Tomcat 3.2.

In my JSP page there is a part which does hard database work, up to a minute
until everything is done. I would like to show the user a status message
about what is going on at the moment (such as "Updating table xxx",
"Inserting in table yyy" etc.). But the JSP page appears on screen not
before everything has been done. I tried to force output with out.flush(),
but even then output doesn't come up until end.

So my question is: how may I get the JSP output to screen at once?

ciao!
Kai Hackemesser

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to