From edb4d5a57458189af31db11f472e6351d8e54e69 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Mon, 22 Sep 2008 22:35:56 +0000 Subject: [PATCH] doc polish --- spring-webflow-reference/src/actions.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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