RE: Forward to different website.

2001-10-04 Thread Dmitri Colebatch
On Fri, 5 Oct 2001, menonv wrote: > Doesn't the request dispatcher work within the context of the > application/container? Shouldn't you be using sendRedirect instead? correct. > > > -Original Message- > > From: Bob Byron [SMTP:[EMAIL PROTECTED]] > > Sent: Friday, October 0

Re: Forward to different website.

2001-10-04 Thread David Wall
You can't forward across contexts, I don't think. You can response.sendRedirect() to any URL if that's all you need. David - Original Message - From: "Bob Byron" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 04, 2001 4:11 PM Subject: Forward to different website.

RE: Forward to different website.

2001-10-04 Thread menonv
Doesn't the request dispatcher work within the context of the application/container? Shouldn't you be using sendRedirect instead? > -Original Message- > From: Bob Byron [SMTP:[EMAIL PROTECTED]] > Sent: Friday, October 05, 2001 12:11 AM > To: [EMAIL PROTECTED] > Subject: Forward to