From f9d6baa79943bdca8c18eeeee4f80ff92445a23b Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 20 Mar 2008 06:37:21 +0000 Subject: [PATCH] synced with faces --- .../WEB-INF/flows/main/reviewHotels.jsp | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/reviewHotels.jsp diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/reviewHotels.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/reviewHotels.jsp new file mode 100644 index 00000000..25dcac5b --- /dev/null +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/flows/main/reviewHotels.jsp @@ -0,0 +1,47 @@ +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + + +
+

Hotel Results

+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
NameAddressCity, StateZipAction
${hotel.name}${hotel.address}${hotel.city}, ${hotel.state}, ${hotel.country}${hotel.zip} + View Hotel +
No hotels found
+
+
+ +
+
\ No newline at end of file