RE: Servlet RequestDispatcher and browser URL refresh

2002-08-21 Thread Galbreath, Mark
700 > > From: Chris Wall <[EMAIL PROTECTED]> > > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > > To: Struts Users Mailing List <[EMAIL PROTECTED]> > > Subject: Servlet RequestDispatcher and browser URL refresh > > > > Has

Re: Servlet RequestDispatcher and browser URL refresh

2002-08-20 Thread Chris Wall
PM Subject: Re: Servlet RequestDispatcher and browser URL refresh > > > On Mon, 24 Jun 2002, Chris Wall wrote: > > > Date: Mon, 24 Jun 2002 09:22:17 -0700 > > From: Chris Wall <[EMAIL PROTECTED]> > > Reply-To: Struts Users Mailing List <[EMAIL PROTE

Re: Servlet RequestDispatcher and browser URL refresh

2002-06-24 Thread Craig R. McClanahan
On Mon, 24 Jun 2002, Chris Wall wrote: > Date: Mon, 24 Jun 2002 09:22:17 -0700 > From: Chris Wall <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Servlet RequestD

Servlet RequestDispatcher and browser URL refresh

2002-06-24 Thread Chris Wall
Has anyone found a way to refresh the browser's address indicator after a servlet to servlet dispatch? Another words, when a RequestDispatcher.forward is execute from servlet A, flow within the browser shifts to the output of servlet B. But, the browser's URL address bar still indicates the prev