From feba33f951d4e916cedd1b15d41edbd90ec99d84 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 10 Apr 2008 01:24:40 +0000 Subject: [PATCH] polish --- spring-webflow-reference/src/views.xml | 29 ++++++++++++-------------- 1 file changed, 13 insertions(+), 16 deletions(-) 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>