No, I haven't. But, how do I choose "result1" or "result2" from InputActions'
"save" method ?

--
Thx, Milan



Struts Two wrote:
> 
> Have you tried:
>  
> <action name="save" class="InputAction" method="save"> 
>     // First result
>             <result name="result1">/pages/Finish.jsp</result> 
>   // Second result
>             <result name="result2" type="redirect-action"> 
>               <params name="actionName">second 
>               <params name="namespace">/secondparam> 
>               <params name="parse">true 
>               <params name="id">${id} 
>             </result> 
> </action> 
> 
> 
> 
>       __________________________________________________________________
> Connect with friends from any web browser - no download required. Try the
> new Yahoo! Canada Messenger for the Web BETA at
> http://ca.messenger.yahoo.com/webmessengerpromo.php
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-S2--Simple-forking-tp18240640p18243579.html
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