Re: jsp reloading from servlet

2001-08-19 Thread Praveen Tapashetti
and reference' Subject: RE: jsp reloading from servlet I have set autoFlush="true" as page attribute. At certain places in JSP, I have given out.flush(); Also I printed buffersize in some places in jsp which prints zero (bcos autoFlush=true). The browser icon stops once download is complete and

jsp reloading from servlet

2001-08-18 Thread Praveen Tapashetti
Hi, I have a link which calls a servlet. This Servlet dispatches to jsp. This jsp prints page to browser. Then when i submit the form, again same servlet is called which dispatches to same JSP file. First time when I click on link, the page is loaded from JSP. When I post form to servlet

Re: jsp reloading from servlet

2001-08-18 Thread Kevin Duffey
]]On Behalf Of Praveen Tapashetti Sent: Saturday, August 18, 2001 5:21 AM To: [EMAIL PROTECTED] Subject: jsp reloading from servlet Hi, I have a link which calls a servlet. This Servlet dispatches to jsp. This jsp prints page to browser. Then when i submit the form, again same