Hi You need to use a different result type:

<action name="action"  class="com.rs.MyAction">
             <result type="redirect-action">
                <param name="actionName">anotherAction</param>

            </result>
        </action>

On 8/21/07, Sawan <[EMAIL PROTECTED]> wrote:
>
> Hello Experts,
>
> I want to call an Action within the Action result and I am trying following
> Struts XML.
>
> <action name="Action1" class="MyCalss">
>       <result>/Action2.action</result>
> </action>
>
> But its not working.
>
> How can I fulfill this requirement..?
>
> I am really looking forward to get any solution as soon as possible...
>
> Thanks
>
> Sawan
> --
> View this message in context: 
> http://www.nabble.com/Action-within-Action-result-tf4303336.html#a12249191
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to