Found the way, In ServletActionRedirectResult we have to set
"prependServletContext" to "false"

On 08/05/2013 11:04, 陈岗 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
>>
>
>


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

Reply via email to