Hi All,
I am using RequestDispatcher to redirect to another page.
RequestDispatcher.forward(request, response)
This will create a new entry in Browser History. I would like to replace the existing entry.
Is there a window.location.replace equivalent in JSP?
Thanks,
R. Menon
I am using RequestDispatcher to redirect to another page.
RequestDispatcher.forward(request, response)
This will create a new entry in Browser History. I would like to replace the existing entry.
Is there a window.location.replace equivalent in JSP?
Thanks,
R. Menon