-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

> You can call checkError() on the PrintWriter to see if it has detected any
> errors.  There won't be any unless you've written more than whatever the
> buffer size of the stream is, and physical output has actually taken place.

I've done that now, and checkError() returned false.

> According to the JavaDocs, this also has the side effect of flushing the
> stream -- which raises my SWAG about what your problem might be -- are you
> calling writer.flush() at the end of the servlet?  If not, give that a try
> and see if the output shows up.

Yeah, I added a call to flush() and it doesn't help...

Thanks for your help...  Any other ideas?  :)

Solomon


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to