Dear Lukasz,

no I need to have someting like this:


<action name="save" class="InputAction" method="save"> 
    // First result
            <result>/pages/Finish.jsp</result> 
   // Second result
            <result type="redirect-action"> 
               <params name="actionName">second 
               <params name="namespace">/secondparam> 
               <params name="parse">true 
               <params name="id">${id} 
            </result> 
</action> 

And to choose it from my action class. How ?

--
Thx, Milan




Lukasz Lenart wrote:
> 
>> So, that's it ? But, what in the case if my page should be supported with
>> another action class (in another namespace) ?
> 
> You can use instead full file path, not just fille name
> 
> 
> Regards
> -- 
> Lukasz
> http://www.lenart.org.pl/
> 
> ---------------------------------------------------------------------
> 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-tp18240640p18241959.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