From 0f1db1e247f1a739342c7a82e0b4e6a1b5d26228 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 24 Apr 2008 05:54:16 +0000 Subject: [PATCH] polish --- .../src/main/webapp/WEB-INF/hotels/hotelResults.jsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/hotels/hotelResults.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/hotels/hotelResults.jsp index fbca4f52..83e040f9 100644 --- a/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/hotels/hotelResults.jsp +++ b/spring-webflow-samples/booking-mvc/src/main/webapp/WEB-INF/hotels/hotelResults.jsp @@ -1,4 +1,6 @@ <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> +
@@ -39,7 +41,7 @@ })); - + More Results