> 2) the end user gets impatient with response time (this never happens
> in my
> apps :) and hits the stop button and the refresh. In this case the
> first
> servlet request will most likely eventually get an io error trying to
> write
> the response.

You can of course prevent against this one with EventHanler, and put in
a token to prevent both reload and back and resubmit.  The "Advanced
JavaServer Pages" book as a very good example how to handle that.

R

===========================================================================
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://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to