JSP redirect page

Hi Techies

I want to knw if I redirect from the JSP page by using the the sendRedirect then it directly redirects or the statements below trhe sendRedirect will also executes?

If I use <jsp:forward> then the statement below in the <jsp:forward> are not executed,wnat to knw abt sendredirect.

Plz hlp me.

thanks

[353 byte] By [Dhanesh_Chaudharia] at [2007-11-27 2:33:58]
# 1
> the statements below trhe sendRedirect will also executesThis is true. You could test it by putting a logging statement after the call to sendRedirect.
DrClapa at 2007-7-12 2:51:04 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...