Updated version number to 1.0.2 where necessary.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
<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>
|
||||
</pre>
|
||||
|
||||
Reference in New Issue
Block a user