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