RE: Servlet output returned as a file

2002-08-25 Thread neal
2:03 AM To: [EMAIL PROTECTED] Subject: Servlet output returned as a file Hi The servlet I am writing is working 100% the problem is that the servlet output which goes to java.io.PrintWriter out = response.getWriter(); is returned as a file. The browser insted of showing the html is asking me to save

Re: Servlet output returned as a file

2002-08-25 Thread J . Schweizer
To: [EMAIL PROTECTED] Subject: Servlet output returned as a file

Servlet output returned as a file

2002-08-25 Thread Nehemia Litterat
Hi The servlet I am writing is working 100% the problem is that the servlet output which goes to java.io.PrintWriter out = response.getWriter(); is returned as a file. The browser insted of showing the html is asking me to save it to disk. When I am looking at the file everything is fi