urgent: The stream has been closed

2002-08-22 Thread Rum Pel
When I do the following, ServletOutputStream out = resp.getOutputStream(); out.println(html); out.flush(); I am getting the following exception at out.flush(): java.io.IOException: The stream has been closed at

Re: urgent: The stream has been closed

2002-08-22 Thread Luiz Ricardo
Perhaps you've already got the PrintWriter with getWriter() method. Luiz Ricardo - Original Message - From: Rum Pel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 22, 2002 4:50 AM Subject: urgent: The stream has been closed When I do the following, ServletOutputStream