| Author |
redirect() vs getRequestDispatcher()
|
Shubha Krishna
Greenhorn
Joined: Aug 18, 2006
Posts: 13
|
|
|
Can anybody help me to know the difference between response.redirect() and request.getRequestDispatcher()? Thanks...
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56168
|
|
One is used to perform a forward or include, the other a redirect. Perhaps a more expansive question would yield a more expansive answer.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: redirect() vs getRequestDispatcher()
|
|
|