When we use <jsp:forward>, the URL in the browser's location/address area doesn't change to the page that is forwarded to. Is there any way to update this upon forwarding to a new location?
Created May 4, 2012
Govind Seshadri The only way you can cause the browser to update the new URL in its location area is to use
response.sendRedirect("newURL").