page address in the Address bar
Hi, I am very new to Servlets and Jsp,
I am using RequestDispatcher to send the information from a servlet to a jsp page,
There is no problem in forwarding the information from the servlet to jsp, but in the Address Bar of IE, it shows me the address of the Servlet rather than the JSP address.
How can i solve this problem,
Is there any other solution?
Thanks Haroon

