Re: Basic question or Servlets

2000-02-22 Thread Madhavi Karanam
Java Servlet API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of Praveen Kumar S . Sent: Tuesday, February 22, 2000 2:31 AM To: [EMAIL PROTECTED] Subject: Basic question or Servlets Hai All, I had a basic question on Servlets. Question is this: In doPost method I had a statement

Basic question or Servlets

2000-02-21 Thread Praveen Kumar S .
Hai All, I had a basic question on Servlets. Question is this: In doPost method I had a statement like resp.sendRedirect(some url); My question is why the statements written after the above line of code getting executed. Does it mean that the servlet will redirect to the given url only after