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