diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/booking-beans.xml b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/booking-beans.xml deleted file mode 100755 index 141de522..00000000 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/booking-beans.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - \ No newline at end of file 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 deleted file mode 100755 index 1e2d0e00..00000000 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/booking.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file 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 deleted file mode 100755 index d3523b55..00000000 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/bookingForm.xhtml +++ /dev/null @@ -1,134 +0,0 @@ - - - - - - - Book Hotel - - - - - Name: - #{hotel.name} - - - Address: - #{hotel.address} - - - City, State: - #{hotel.city}, #{hotel.state} - - - Zip: - #{hotel.zip} - - - Country: - #{hotel.country} - - - Nightly rate: - - - - - - - - - Check In Date: - - - - - - - - - - - - Check Out Date: - - - - - - - - - - - - Room Preference: - - - - - - - - - - Smoking Preference: - - - - - - - - - - Credit Card #: - - - - - - - - - - Credit Card Name: - - - - - - - - - - Credit Card Expiry: - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/confirmBooking.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/confirmBooking.xhtml deleted file mode 100755 index a6d8b04c..00000000 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/booking/confirmBooking.xhtml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - Confirm Hotel Booking - - - - - - - Name: - #{hotel.name} - - - Address: - #{hotel.address} - - - City, State: - #{hotel.city}, #{hotel.state} - - - Zip: - #{hotel.zip} - - - Country: - #{hotel.country} - - - Total payment: - - - - - - - - Check In Date: - - - - Check Out Date: - - - - Credit Card #: - #{booking.creditCard} - - - - - - - - - - - - - diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/displayHotels.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/displayHotels.xhtml deleted file mode 100644 index 3deb7ec0..00000000 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/displayHotels.xhtml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - Hotel Results - - Search Criteria: #{searchCriteria} - - - - - - - - Name - #{hotel.name} - - - Address - #{hotel.address} - - - City, State - #{hotel.city}, #{hotel.state}, #{hotel.country} - - - Zip - #{hotel.zip} - - - Action - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/hotelDetails.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/hotelDetails.xhtml deleted file mode 100755 index 1f5228e2..00000000 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/hotelDetails.xhtml +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - View Hotel - - Name: - #{hotel.name} - - - Address: - #{hotel.address} - - - City: - #{hotel.city} - - - State: - #{hotel.state} - - - Zip: - #{hotel.zip} - - - Country: - #{hotel.country} - - - Nightly rate: - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main-beans.xml b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main-beans.xml deleted file mode 100755 index c7bcf493..00000000 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main-beans.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main.xhtml deleted file mode 100755 index 6ecb6e9c..00000000 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main.xhtml +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - Search Hotels - - - - - - - - - - - - - Maximum results: - - - - - - - - - - - - - - - - - - - - Current Hotel Bookings - - - - - Name - #{booking.hotel.name} - - - Address - #{booking.hotel.address} - - - City, State - #{booking.hotel.city}, #{booking.hotel.state} - - - Check in date - - - - Check out date - - - - Confirmation number - #{booking.id} - - - Action - - - - - - - - - - \ No newline at end of file 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 deleted file mode 100755 index 76718c1c..00000000 --- a/spring-webflow-samples/booking-jsf/src/main/webapp/flow/main/main.xml +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file
- Search Criteria: #{searchCriteria} - -