bonjour
I is known that the behavior of IE 5.5 with
response.sendError(HttpServletResponse.SC_NO_CONTENT); is not good.
So IE 5.5 give me the same problem ...
IE 5.0 has an other behavior !! IE 4.0 is good if I remember with
SC_NO_CONTENT ( nothing happens, no change in the page when the client
submit the servlet )
and netscape work well with version 4.7 but not with 6.0
So I don't know what to do, except don't use this kind of response.
CH
----- Original Message -----
From: "Michael Rutherfurd" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 20, 2001 9:11 AM
Subject: No Content response
> 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
___________________________________________________________________________
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