From 9151bdbf1cf325c72529dfc17260737519985d3b Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 20 Mar 2008 06:37:03 +0000 Subject: [PATCH] synced with faces --- .../webapp/WEB-INF/flows/booking/booking.xml | 3 +- .../{main.jsp => enterSearchCriteria.jsp} | 37 +--------------- .../main/webapp/WEB-INF/flows/main/main.xml | 42 ++++++++++++------- 3 files changed, 29 insertions(+), 53 deletions(-) rename spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/{main.jsp => enterSearchCriteria.jsp} (70%) diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/booking/booking.xml b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/booking/booking.xml index 7c522a74..6b8ce5d0 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/booking/booking.xml +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/booking/booking.xml @@ -1,8 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd"> diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/main.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.jsp similarity index 70% rename from spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/main.jsp rename to spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.jsp index 3d51becc..ac464920 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/main.jsp +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/enterSearchCriteria.jsp @@ -20,45 +20,11 @@ - + - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
NameAddressCity, StateZipAction
${hotel.name}${hotel.address}${hotel.city}, ${hotel.state}, ${hotel.country}${hotel.zip} - View Hotel -
No hotels found
-
-
-

Current Hotel Bookings

@@ -99,6 +65,5 @@
- \ No newline at end of file diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/main.xml b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/main.xml index eb6ebc78..0e5c9af6 100755 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/main.xml +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/main.xml @@ -1,38 +1,50 @@ + xsi:schemaLocation="http://www.springframework.org/schema/webflow http://www.springframework.org/schema/webflow/spring-webflow-2.0.xsd"> - + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - + - + - + - + \ No newline at end of file