Updated version number to 1.0.2 where necessary.

This commit is contained in:
Erwin Vervaet
2007-02-17 20:28:47 +00:00
parent 6a5f2d16d0
commit 727ea5295a
4 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
<bookinfo>
<title>Spring Web Flow</title>
<subtitle>Reference Documentation</subtitle>
<releaseinfo>Version 1.0.1</releaseinfo>
<releaseinfo>Version 1.0.2</releaseinfo>
<pubdate>January 2007</pubdate>
<authorgroup>
<author>

View File

@@ -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

View File

@@ -10,7 +10,7 @@
<xsd:annotation>
<xsd:documentation>
<![CDATA[
Spring Web Flow 1.0.1 Configuration Schema
Spring Web Flow Configuration Schema
Authors: Keith Donald, Ben Hale
<br>
Provides an easy way to configure a flow executor and an XML flow definition registry.

View File

@@ -8,7 +8,7 @@
<xsd:annotation>
<xsd:documentation>
<![CDATA[
Spring Web Flow 1.0.1 Schema
Spring Web Flow Schema
Authors: Keith Donald, Erwin Vervaet
<br>
This Schema defines the Spring Web Flow (SWF) XML syntax.
@@ -1097,7 +1097,7 @@ to the the last action result in the chain:
<pre>
&lt;action-state id="setupForm"&gt;
&lt;evaluate-action name="firstInterviewQuestion" bean="flowScope.interview.firstQuestion()"/&gt;
&lt;action name="setupForm" bean="formAction" method="setupForm"/&gt;
&lt;action name="setupForm" bean="formAction" method="setupForm"/&gt;
&lt;transition on="setupForm.success" to="displayForm"&gt;
&lt;/action-state&gt;
</pre>