From 6a3258af27eaf4ba2377863d41692a1e775bb09b Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Mon, 7 Apr 2008 13:45:06 +0000 Subject: [PATCH] renamed duplicate ids. the pdf will now build. --- spring-webflow-reference/src/defining-flows.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: