diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/intro.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/intro.xhtml
index c16df289..4d20d74e 100755
--- a/spring-webflow-samples/booking-jsf/src/main/webapp/intro.xhtml
+++ b/spring-webflow-samples/booking-jsf/src/main/webapp/intro.xhtml
@@ -22,7 +22,7 @@
diff --git a/spring-webflow-samples/booking-jsf/src/main/webapp/template.xhtml b/spring-webflow-samples/booking-jsf/src/main/webapp/template.xhtml
index 2a65a76f..43c7e17c 100644
--- a/spring-webflow-samples/booking-jsf/src/main/webapp/template.xhtml
+++ b/spring-webflow-samples/booking-jsf/src/main/webapp/template.xhtml
@@ -26,7 +26,7 @@
diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/intro.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/intro.jsp
index bcaf0480..06ff6172 100755
--- a/spring-webflow-samples/booking-mvc/src/main/webapp/intro.jsp
+++ b/spring-webflow-samples/booking-mvc/src/main/webapp/intro.jsp
@@ -1,3 +1,4 @@
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
@@ -13,23 +14,22 @@
-
diff --git a/spring-webflow-samples/booking-mvc/src/main/webapp/template.jsp b/spring-webflow-samples/booking-mvc/src/main/webapp/template.jsp
index 8f6a16c0..e454ac44 100644
--- a/spring-webflow-samples/booking-mvc/src/main/webapp/template.jsp
+++ b/spring-webflow-samples/booking-mvc/src/main/webapp/template.jsp
@@ -24,16 +24,16 @@