This week's book giveaway is in the Java in General forum. We're giving away four copies of Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework and have Michael Redlich on-line! See this thread for details.
help, i am forwarding via: RequestDispatcher dis = request.getRequestDispatcher(address); if (dis != null) { dis.forward(request,response); } when the new jsp is displayed, its content is written over the page that was previously displayed. how does one display only the forwarded to page?
hi, i dont't quite unterstand that. i want to forward from one page to another and so on, when they are finished. my understanding is, that when i include, i run the 2 or more pages at the same time.
Originally posted by Manohar Karamballi: Use sendRedirect Method......
if i use send.Redirect("/login/message/hallo.jsp") than it will not do anything. i am not forwarded. Any sugesstions? [This message has been edited by richard koch (edited August 10, 2001).]