diff --git a/spring-webflow-samples/sellitem-jsf/src/main/webapp/categoryForm.jsp b/spring-webflow-samples/sellitem-jsf/src/main/webapp/categoryForm.jsp
index 693902f5..4b434db2 100644
--- a/spring-webflow-samples/sellitem-jsf/src/main/webapp/categoryForm.jsp
+++ b/spring-webflow-samples/sellitem-jsf/src/main/webapp/categoryForm.jsp
@@ -1,7 +1,21 @@
-<%@ include file="includeTop.jsp" %>
+<%@ page contentType="text/html" %>
+<%@ page session="false" %>
+<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
+<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
+
+
+
+Sell Item - Select Category
+
+
+
+
+
+
+

+
-
Select category
@@ -39,7 +53,10 @@
-
-<%@ include file="includeBottom.jsp" %>
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/spring-webflow-samples/sellitem-jsf/src/main/webapp/costOverview.jsp b/spring-webflow-samples/sellitem-jsf/src/main/webapp/costOverview.jsp
index 55d6678d..6e54868b 100644
--- a/spring-webflow-samples/sellitem-jsf/src/main/webapp/costOverview.jsp
+++ b/spring-webflow-samples/sellitem-jsf/src/main/webapp/costOverview.jsp
@@ -1,6 +1,18 @@
-<%@ include file="includeTop.jsp" %>
+<%@ page contentType="text/html" %>
+<%@ page session="false" %>
+<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
-
+
+
+Sell Item - Enter Shipping Information
+
+
+
+
+
+
+

+
+
-
-
-<%@ include file="includeBottom.jsp" %>
+
+
+
\ No newline at end of file
diff --git a/spring-webflow-samples/sellitem-jsf/src/main/webapp/index.jsp b/spring-webflow-samples/sellitem-jsf/src/main/webapp/index.jsp
index 91083c0e..62f04a2c 100644
--- a/spring-webflow-samples/sellitem-jsf/src/main/webapp/index.jsp
+++ b/spring-webflow-samples/sellitem-jsf/src/main/webapp/index.jsp
@@ -3,8 +3,6 @@
-
-