Hi Dale,
I think you did get what i mean , cross context means (not local/ remote) but two web application exist inside an EAR.
http://localhost:8080/abc/a/abc.action
http://localhost:8080/xyz/x/xyz.action
I have to redirect from*abc.action* which is in *abc *webcontext to *xyz.action* which exit in*xyz* webcontext

On 08/05/2013 11:15, Dale Newfield wrote:
It's just generating a URL and telling the browser to redirect there.  Why 
should the scope (local/remote) matter?
-Dale

On May 8, 2013, at 1:38 AM, "Sreekanth S. Nair" 
<sreekanth.n...@egovernments.org> wrote:

Hi Gang,
     I hope these all works only for those action which exist in the same
web context not for action exist in another web context.


--
Thanks & Regards
Srikanth


On Wed, May 8, 2013 at 11:04 AM, 陈岗 <danielche...@gmail.com> wrote:

Hi

try them

<result name="success" type="redirect">

or

<result name="success" type="redirectAction">

or

<result name="success" type="chain">



2013/5/8 Sreekanth S. Nair <sreekanth.n...@egovernments.org>

Hi,
    Does Struts2 have any way to redirect from one action to another
action
which exist in a different Web Context.
ServletRedirectResult and ServletActionRedirectResult doesn't seems to be
work for Cross Context Action redirection.
--
Thanks & Regards
Srikanth


--
Gang Chen
TILSI
Taicang Institute For Life Science Information
Address: A2/162, Renmin South Road, Taicang, 215400, Jiangsu Province,
P.R.China
Phone:(+86)512-82782588

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org


Reply via email to