RE: Servlet RequestDispatcher and browser URL refresh

2002-08-21 Thread Galbreath, Mark
There are legitimate uses for both forwards and redirects. forward() works best when one component must perform business logic and share the results with another component; sendRedirect() works best when the client should be redirected from one page to another. It's tempting to use forward() ins

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 RequestDispatcher and browser URL refresh > > Ha