diff --git a/spring-webflow-reference/src/views.xml b/spring-webflow-reference/src/views.xml
index 5eb7d9e2..559a675a 100644
--- a/spring-webflow-reference/src/views.xml
+++ b/spring-webflow-reference/src/views.xml
@@ -25,6 +25,17 @@
Below is a sample directory structure showing views and other resources like message bundles co-located with their flow definition:
+
+
+
+
+
+
+
+
+ Flow Packaging
+
+
Explicit view ids
@@ -61,20 +72,6 @@
See the Spring MVC integration section for more information on how to integrate with the MVC ViewResolver infrastructure.
-
- A sample directory structure showing views and other resources co-located with their flow is shown below:
-
-
-
-
-
-
-
-
-
- Flow Packaging
-
-
viewScope
@@ -145,7 +142,7 @@
Model binding
- Use the model attribute to declare the model object the view binds to.
+ Use the model attribute to declare a model object the view binds to.
The following example declares the enterBookingDetails state manipulates the booking model:
@@ -266,7 +263,7 @@ public class BookingValidator {
<transition on="next">
<evaluate expression="searchCriteria.nextPage()" />
- <render fragments="searchResultsTFragment" />
+ <render fragments="searchResultsFragment" />
</transition>