Re: Action within Action result

2007-08-22 Thread Richard Sayre
Hi You need to use a different result type: anotherAction 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. > > > /Action2.actio

Re: RE Action within Action result

2007-08-21 Thread MLENEVEUT
action2 ${myVarContainingTheValue} stringHardCoded Sawan <[EMAIL PROTECTED]> 21/08/2007 14:23 Veuillez répondre à "Struts Users Mailing List" A user@struts.apache.org cc Objet Re: RE Action within Action resu

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 got...

RE Action within Action result

2007-08-20 Thread MLENEVEUT
Add the result type : action2 ... (redirect-action if you are in version before 2.0.9) Sawan <[EMAIL PROTECTED]> 21/08/2007 08:50 Veuillez répondre à "Struts Users Mailing List" A user@struts.apache.org cc Objet Action within Action result Hello Experts, I want to