Re: Action within Action result

2007-08-22 Thread Richard Sayre
Hi You need to use a different result type: action name=action class=com.rs.MyAction result type=redirect-action param name=actionNameanotherAction/param /result /action On 8/21/07, Sawan [EMAIL PROTECTED] wrote: Hello Experts, I want to

RE Action within Action result

2007-08-21 Thread MLENEVEUT
Add the result type : action name=action1 class=MyCalss result type=redirectActionaction2/result /action action name=action2 class=MyCalss2 ... /action (redirect-action if you are in version before 2.0.9) Sawan [EMAIL PROTECTED] 21/08/2007 08:50 Veuillez répondre à Struts Users

Re: RE Action within Action result

2007-08-21 Thread Sawan
Thanks mleneveut, Its working for simple action calling, But I have a request variable in my URL and if I simply redirect to the specified action then I lost the variable. E.G.. I have following URL http://localhost:8080/Action1.action?Argument=Sawan Now if simply call the action then I

Re: RE Action within Action result

2007-08-21 Thread MLENEVEUT
/2007 14:23 Veuillez répondre à Struts Users Mailing List user@struts.apache.org A user@struts.apache.org cc Objet Re: RE Action within Action result Thanks mleneveut, Its working for simple action calling, But I have a request variable in my URL and if I simply redirect to the specified