diff --git a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp index 8b6bfd8a..7813fe40 100644 --- a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp +++ b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp @@ -162,7 +162,7 @@ <view-state id="start" model="helloWorldForm"> ...
- 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.
diff --git a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowWhatsNext.jsp b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowWhatsNext.jsp index a90e0807..681d1902 100644 --- a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowWhatsNext.jsp +++ b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowWhatsNext.jsp @@ -25,7 +25,7 @@Additional samples 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.