Add the result type :
<action name="action1" class="MyCalss">
      <result type="redirectAction">action2</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 Mailing List" <user@struts.apache.org>


A
user@struts.apache.org
cc

Objet
Action within Action result







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]


Reply via email to