From 472903196de54adb8403d02e6204ca799b67f46b Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Fri, 12 Sep 2008 15:26:14 +0000 Subject: [PATCH] polish --- .../webapp/WEB-INF/config/webmvc-config.xml | 41 +++++++++---------- 1 file changed, 19 insertions(+), 22 deletions(-) diff --git a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/config/webmvc-config.xml b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/config/webmvc-config.xml index 8773dabe..ed285bce 100644 --- a/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/config/webmvc-config.xml +++ b/spring-webflow-samples/booking-faces/src/main/webapp/WEB-INF/config/webmvc-config.xml @@ -4,31 +4,28 @@ xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"> - - - - - - /main=flowController - /booking=flowController - - - - - - - - - - - - - + + + + + + + + + - - + + + + + + + + + + \ No newline at end of file