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

[409 byte] By [haroonusman] at [2007-9-27 17:28:07]
# 1
Actually this is no problem at all.you may use the RequestDispathcher, or if you like to see the url of the jsp page, you can use sendRedirect method of the HttpServletResponse object.Regards
Heyad at 2007-7-6 12:31:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...