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 @@ - +