[newbie]: forwarding to a URL from Action class

2003-08-14 Thread Shyam A
Hi, I have an application that is accessed from another application and I need to return a user to the original application when the user logs out/times out of my application. I always get a "HTTP - Bad Request" error when I try to forward to a URL from my DispatchAction class. I have tried defin

RE: [newbie]: forwarding to a URL from Action class - 2nd post

2003-08-14 Thread Shyam A
ld define it in global forwards so > that mapping will get That > URL... > > Thanks > Sachin > > -Original Message- > From: Shyam A [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 06, 2003 9:49 PM > To: [EMAIL PROTECTED] > Subject: [newbie]: forwardin

[newbie]: forwarding to a URL from Action class - any takers?

2003-08-11 Thread Shyam A
Hi, I have an application that is accessed from another application and I need to return a user to the original application when the user logs out/times out of my application. I always get a "HTTP - Bad Request" error when I try to forward to a URL from my DispatchAction class. I have tried def

RE: [newbie]: forwarding to a URL from Action class

2003-08-09 Thread Sachin
PROTECTED] Sent: Wednesday, August 06, 2003 9:49 PM To: [EMAIL PROTECTED] Subject: [newbie]: forwarding to a URL from Action class Hi, I have an application that is accessed from another application and I need to return a user to the original application when the user logs out/times out of my