RE: Re: Forwards between webapps

2006-08-20 Thread David Friedman
Rada [mailto:[EMAIL PROTECTED] Sent: Sunday, August 20, 2006 2:49 AM To: Struts Users Mailing List Subject: RE: Re: Forwards between webapps Scott, The failed simply cuz it refered to my context not to the other different context I wanna redirect to. I used the simple sendRedirect and it w

RE: Re: Forwards between webapps

2006-08-19 Thread Saeed, Rada
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Thursday, August 17, 2006 11:45 PM To: user@struts.apache.org Subject: Re: Forwards between webapps Scott Van Wart wrote: > Saeed, Rada wrote: >> Forwards between webapps are not supported, cuz both have different >&

RE: Re: Forwards between webapps

2006-08-17 Thread Mulligan, Scott H
ursday, August 17, 2006 4:45 PM To: user@struts.apache.org Subject: Re: Forwards between webapps Scott Van Wart wrote: > Saeed, Rada wrote: >> Forwards between webapps are not supported, cuz both have different >> contexts, this's what I got from running this : >> >

Re: Forwards between webapps

2006-08-17 Thread Laurie Harper
Scott Van Wart wrote: Saeed, Rada wrote: Forwards between webapps are not supported, cuz both have different contexts, this's what I got from running this : Is there any other way to achieve this forward between different web applications ? I think the

Re: Forwards between webapps

2006-08-16 Thread Scott Van Wart
Saeed, Rada wrote: Forwards between webapps are not supported, cuz both have different contexts, this's what I got from running this : Is there any other way to achieve this forward between different web applications ? I think the class 'org.apache.struts.actions.SwitchAction

Forwards between webapps

2006-08-15 Thread Saeed, Rada
Forwards between webapps are not supported, cuz both have different contexts, this's what I got from running this : Is there any other way to achieve this forward between different web applications ?