WebWork 2 : Action Chaining Result
This page last changed on Dec 13, 2004 by casey.
Action ChainingA special kind of view that invokes GenericDispatch (using the previously existing ActionContext) and executes another action. This is useful if you need to execute one action immediately after another.
<result name="success" type="chain"> <param name="actionName">bar</param> <param name="namespace">/foo</param> </result> invokes this <action name="bar" class="myPackage.barAction"> ... </action> |
![]() |
Document generated by Confluence on Dec 14, 2004 16:36 |