Re: [SwitchAction] How do you switch in between application contexts?

2004-03-15 Thread Mike Zatko
Ok, I don't think SwitchAction is going to do what I thought it was meant for. I need to know how to forward control to another web application. Right now, in my action, I'm doing a response.sendRedirect and returning null to the action forward. I figure there has to be a more graceful way

RE: [SwitchAction] How do you switch in between application contexts?

2004-03-15 Thread Robert Taylor
] How do you switch in between application contexts? Ok, I don't think SwitchAction is going to do what I thought it was meant for. I need to know how to forward control to another web application. Right now, in my action, I'm doing a response.sendRedirect and returning null to the action

Re: [SwitchAction] How do you switch in between application contexts?

2004-03-15 Thread Mike Zatko
. robert -Original Message- From: Mike Zatko [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 9:14 AM To: Struts Users Mailing List Subject: Re: [SwitchAction] How do you switch in between application contexts? Ok, I don't think SwitchAction is going to do what I thought it was meant

RE: [SwitchAction] How do you switch in between application contexts?

2004-03-15 Thread Robert Taylor
application. You will have to redirect. robert -Original Message- From: Mike Zatko [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 9:14 AM To: Struts Users Mailing List Subject: Re: [SwitchAction] How do you switch in between application contexts? Ok, I don't think