No.It does not prevent the rest of servlet of JSP code from being executed.
response.sendRedirect() sends a new request to the browser with the url you set in side the sendRedirect() method.This request will be executed as a seperate thread
while your code after sendRedirect() will be executing until it ends...
Veerendra
Gardner Monte <[EMAIL PROTECTED]>wrote:
does issuing a call to response.sendRedirect() prevent
the rest of a servlet or JSP page from beeing executed?
--Monte Glenn Gardner
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
Do You Yahoo!?
Yahoo! Health - Feel better, live better
