Re: How to get URL of the original servlet after forwarding to aJ SP page?

2001-04-30 Thread King Maurice
Does anyone know of any good jsp hosts I need to host a website in jsp - Original Message - From: "Shawn Zhu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 27, 2001 4:54 PM Subject: Re: How to get URL of the original servlet after forwarding to a

Re: How to get URL of the original servlet after forwarding to aJ SP page?

2001-04-27 Thread Shawn Zhu
How to get URL of the original servlet after > forwarding to > aJ SP page? > > > Isn't this what the original poster asked for? The URI of the page > referring to the servlet? > > -Original Message- > From: erik morton [mailto:[EMAIL PROTECTED]] >

Re: How to get URL of the original servlet after forwarding to aJ SP page?

2001-04-27 Thread Shawn Zhu
Oh yeah, that's right, I overlooked that fact. You are right. It works when it was a sendredirect, not forward. In that case, she can either use sendredirect, or stay with request setAttribute (I wonder why she doesn't want to use this method). > -Original Message- > From: erik morton

Re: How to get URL of the original servlet after forwarding to aJ SP page?

2001-04-27 Thread Albert Wong
Isn't this what the original poster asked for? The URI of the page referring to the servlet? -Original Message- From: erik morton [mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 1:25 PM To: [EMAIL PROTECTED] Subject: Re: How to get URL of the original servlet after forwarding to