This commit is contained in:
Keith Donald
2009-03-20 20:04:01 +00:00
parent dbd8fe7e93
commit fd7307505e
2 changed files with 2 additions and 2 deletions

View File

@@ -162,7 +162,7 @@
<view-state id="start" model="helloWorldForm"> ...
</pre>
<p>
Refresh your flow and the checkbox should render checked since the default value for HelloWorldForm.selected is true.
Refresh your flow and the checkbox should render checked since the default value for the HelloWorldForm.selected property is true.
Uncheck the box and submit and go back in your browser and the unchecked status should be preserved.
</p>
</li>

View File

@@ -25,7 +25,7 @@
<p>
<A href="http://www.springsource.org/webflow-samples">Additional samples</a> are available showing Web Flow applied for various use cases.
These samples illustrate additional features such as Hibernate, Security, Ajax, and JSF integration.
A natural next step from this tutorial is to walk-through these sample applications, supplimenting with reference manual documentation as you go.
A natural next step from this tutorial is to walk-through these sample applications, supplementing with reference manual documentation as you go.
</p>
<h2>
Training