I have a servlet that needs to receive a request but also requires no visible change
to the web page. I'm using the following code at the end of the (very short) doPost
method...
response.sendError(HttpServletResponse.SC_NO_CONTENT);
As far as I can tell, this should exhibit the required behaviour. However, what
actually happens is the browser goes into a wait state ie hourglass cursor, download
gauge ticking over etc.
Is this a known problem with IE5.5, Websphere (3.02), POST vs GET, HTTP 1.0 vs 1.1?
Any ideas?
Michael Rutherfurd
___________________________________________________________________________
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