diff --git a/spring-webflow-reference/src/actions.xml b/spring-webflow-reference/src/actions.xml index fcb14666..6f383e9f 100644 --- a/spring-webflow-reference/src/actions.xml +++ b/spring-webflow-reference/src/actions.xml @@ -236,5 +236,27 @@ ]]> + + Named actions + + The following example shows how to execute a chain of actions in an action-state. + The name of each action becomes a qualifier for the action's result event. + + + + + + + + + +]]> + + + In this example, the flow will transition to showResults when thingTwo + completes successfully. + + \ No newline at end of file