Using RequestDispatcher.forward() and changing browser URL

2001-06-12 Thread Kevin Regan
I'm using RequestDispatcher.forward() in one servlet to forward a request to another servlet (or JSP page). I would like the URL for the forwarded servlet or JSP page to show up in the client's browser rather than the original request URL. Is this possible and how can it be accomplished? I

RE: Using RequestDispatcher.forward() and changing browser URL

2001-06-12 Thread Filip Hanik
t;To: [EMAIL PROTECTED] >Subject: Using RequestDispatcher.forward() and changing browser URL > > > >I'm using RequestDispatcher.forward() in one servlet to forward a >request to >another servlet (or JSP page). I would like the URL for the forwarded >servlet or JSP page