From 90f4d19aa470111e4910ba347a449f082f32625b Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Tue, 21 Aug 2007 05:55:31 +0000 Subject: [PATCH] more polish --- .../WEB-INF/config/web-application-config.xml | 2 -- .../src/main/webapp/flow/booking/booking.xml | 10 +++------- .../webapp/flow/booking/bookingForm.xhtml | 20 ++++++++++--------- 3 files changed, 14 insertions(+), 18 deletions(-) diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/config/web-application-config.xml b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/config/web-application-config.xml index 98b05813..43bf06a7 100755 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/config/web-application-config.xml +++ b/spring-webflow-samples/booking-jsf/src/main/webapp/WEB-INF/config/web-application-config.xml @@ -10,8 +10,6 @@ - - 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 644f27fe..47a54127 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 @@ -31,16 +31,12 @@ - + + + - - - - - - diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/bookingForm.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/bookingForm.xhtml index be9129c8..bbd0103c 100755 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/bookingForm.xhtml +++ b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/bookingForm.xhtml @@ -20,22 +20,27 @@
Name:
#{hotel.name}
+
Address:
#{hotel.address}
+
City, State:
#{hotel.city}, #{hotel.state}
+
Zip:
#{hotel.zip}
+
Country:
#{hotel.country}
+
Nightly rate:
@@ -89,12 +94,10 @@ Smoking Preference:
- - - - - - + + + +
@@ -146,7 +149,6 @@ - @@ -158,7 +160,7 @@
 
- +  
@@ -166,6 +168,6 @@ - + \ No newline at end of file