From f3c5c4c1a889910b218b710dd22d69b02b5228a5 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Mon, 29 Oct 2007 23:51:48 +0000 Subject: [PATCH] clearer exp syntax --- .../booking-jsf/src/main/webapp/flow/booking/booking.xml | 4 ++-- .../booking-jsf/src/main/webapp/flow/main/main.xml | 4 ++-- .../booking-jsf/src/main/webapp/template.xhtml | 2 +- .../main/webapp/WEB-INF/config/web-application-config.xml | 7 ------- .../booking-mvc/src/main/webapp/flow/booking/booking.xml | 4 ++-- .../booking-mvc/src/main/webapp/flow/main/main.xml | 4 ++-- 6 files changed, 9 insertions(+), 16 deletions(-) diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/booking.xml b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/booking.xml index cb9d0219..7c380e2e 100755 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/booking.xml +++ b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/booking.xml @@ -13,7 +13,7 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main.xml b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main.xml index cdc2b8cd..df430c84 100755 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main.xml +++ b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main.xml @@ -29,7 +29,7 @@ - + @@ -39,7 +39,7 @@ - + diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/template.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/template.xhtml index dca90d88..2a65a76f 100644 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/template.xhtml +++ b/spring-webflow-samples/booking-jsf/src/main/webapp/template.xhtml @@ -22,7 +22,7 @@
Spring Faces: Hotel Booking Sample Application
- Welcome #{user.name} + Welcome, #{user.name}
diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/config/web-application-config.xml b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/config/web-application-config.xml index 9e6b1981..31325703 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/config/web-application-config.xml +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/config/web-application-config.xml @@ -28,13 +28,6 @@ - - - - - - - diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/flow/booking/booking.xml b/spring-webflow-samples/booking-mvc/src/main/webapp/flow/booking/booking.xml index b209baac..d33e0d09 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/flow/booking/booking.xml +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/flow/booking/booking.xml @@ -13,7 +13,7 @@ - + @@ -22,7 +22,7 @@ - + diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/flow/main/main.xml b/spring-webflow-samples/booking-mvc/src/main/webapp/flow/main/main.xml index b0dbba02..f1155008 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/flow/main/main.xml +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/flow/main/main.xml @@ -29,7 +29,7 @@ - + @@ -39,7 +39,7 @@ - +