In my web I'm using a servlet server. After I have processed my request, I would like to get back to the page that made the request. How do I do that?
I have used "response.sendRedirect(request.getParameter("url"));" but I'm getting a blank page instead of the page that made the request.
I will appreciate every help that will come.