diff --git a/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/birthdateForm.jsp b/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/birthdateForm.jsp index f78f7059..73303a4a 100644 --- a/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/birthdateForm.jsp +++ b/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/birthdateForm.jsp @@ -1,4 +1,18 @@ -<%@ include file="includeTop.jsp" %> +<%@ page contentType="text/html" %> +<%@ page session="false" %> +<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> + + + +Enter your Birthdate + + + + + +
@@ -29,8 +43,12 @@ - +
-<%@ include file="includeBottom.jsp" %> \ No newline at end of file + + + \ No newline at end of file diff --git a/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/cardForm.jsp b/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/cardForm.jsp index 21b63bd6..e24cb90f 100644 --- a/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/cardForm.jsp +++ b/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/cardForm.jsp @@ -1,4 +1,18 @@ -<%@ include file="includeTop.jsp" %> +<%@ page contentType="text/html" %> +<%@ page session="false" %> +<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %> + + + +Personalized Birthday Cards + + + + + +
@@ -32,8 +46,12 @@ - +
-<%@ include file="includeBottom.jsp" %> \ No newline at end of file + + + \ No newline at end of file diff --git a/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/yourAge.jsp b/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/yourAge.jsp index b184f462..4aa33ed5 100644 --- a/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/yourAge.jsp +++ b/spring-webflow-samples/birthdate/src/main/webapp/WEB-INF/jsp/yourAge.jsp @@ -1,5 +1,18 @@ -<%@ include file="includeTop.jsp" %> +<%@ page contentType="text/html" %> +<%@ page session="false" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> + + +Birthdate - Your Age + + + + + +

Your age

@@ -9,9 +22,13 @@ You were born on .


-
"> +
-<%@ include file="includeBottom.jsp" %> \ No newline at end of file + + + \ No newline at end of file