From 727ea5295a9af92e39098f89f44368cb92d02308 Mon Sep 17 00:00:00 2001 From: Erwin Vervaet Date: Sat, 17 Feb 2007 20:28:47 +0000 Subject: [PATCH] Updated version number to 1.0.2 where necessary. --- spring-webflow/docs/reference/src/index.xml | 2 +- spring-webflow/readme.txt | 4 ++-- .../webflow/config/spring-webflow-config-1.0.xsd | 2 +- .../webflow/engine/builder/xml/spring-webflow-1.0.xsd | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/spring-webflow/docs/reference/src/index.xml b/spring-webflow/docs/reference/src/index.xml index 7e68655e..0a44cb75 100644 --- a/spring-webflow/docs/reference/src/index.xml +++ b/spring-webflow/docs/reference/src/index.xml @@ -15,7 +15,7 @@ Spring Web Flow Reference Documentation - Version 1.0.1 + Version 1.0.2 January 2007 diff --git a/spring-webflow/readme.txt b/spring-webflow/readme.txt index 3353abb3..a43370d7 100644 --- a/spring-webflow/readme.txt +++ b/spring-webflow/readme.txt @@ -1,5 +1,5 @@ -SPRING WEB FLOW 1.0.1 (January 2007) ------------------------------------- +SPRING WEB FLOW 1.0.2 (February 2007) +------------------------------------- http://www.springframework.org/webflow http://forum.springframework.org diff --git a/spring-webflow/src/main/java/org/springframework/webflow/config/spring-webflow-config-1.0.xsd b/spring-webflow/src/main/java/org/springframework/webflow/config/spring-webflow-config-1.0.xsd index acbe12d9..9138f732 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/config/spring-webflow-config-1.0.xsd +++ b/spring-webflow/src/main/java/org/springframework/webflow/config/spring-webflow-config-1.0.xsd @@ -10,7 +10,7 @@ Provides an easy way to configure a flow executor and an XML flow definition registry. diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/xml/spring-webflow-1.0.xsd b/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/xml/spring-webflow-1.0.xsd index 1d21ab9f..ff9d2ad6 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/xml/spring-webflow-1.0.xsd +++ b/spring-webflow/src/main/java/org/springframework/webflow/engine/builder/xml/spring-webflow-1.0.xsd @@ -8,7 +8,7 @@ This Schema defines the Spring Web Flow (SWF) XML syntax. @@ -1097,7 +1097,7 @@ to the the last action result in the chain:
     <action-state id="setupForm">
         <evaluate-action name="firstInterviewQuestion" bean="flowScope.interview.firstQuestion()"/>
-        <action name="setupForm" bean="formAction" method="setupForm"/>
+        <action name="setupForm" bean="formAction" method="setupForm"/>
         <transition on="setupForm.success" to="displayForm">
     </action-state>