diff --git a/spring-webflow-reference/src/defining-flows.xml b/spring-webflow-reference/src/defining-flows.xml index 63122855..d41346d1 100644 --- a/spring-webflow-reference/src/defining-flows.xml +++ b/spring-webflow-reference/src/defining-flows.xml @@ -219,7 +219,7 @@ <set name="flowScope.selectedHotel" value="null" /> - + Assigning a literal value Enclose a value within tick marks to assign a literal: @@ -228,7 +228,7 @@ <set name="flowScope.status" value="'Processing Order'" /> - + Converting a value prior to variable assignment Use the type attribute to specify a desired value type: @@ -451,7 +451,7 @@ public interface FlowOutcome { </subfow-state> - + Mapping subflow output Simply refer to a subflow output attribute by its name within a outcome transition: @@ -466,7 +466,7 @@ public interface FlowOutcome { - + Checkpoint: calling subflows Now review the sample booking flow calling a subflow: