From 2494ce02da2ac7894fd59a038090c0726477825a Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Mon, 9 Apr 2007 21:06:55 +0000 Subject: [PATCH] *.faces over *.jsf --- .../sellitem-jsf/src/main/webapp/WEB-INF/web.xml | 10 ++++++---- .../sellitem-jsf/src/main/webapp/index.jsp | 2 +- .../sellitem-jsf/src/main/webapp/intro.jsp | 2 -- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/spring-webflow-samples/sellitem-jsf/src/main/webapp/WEB-INF/web.xml b/spring-webflow-samples/sellitem-jsf/src/main/webapp/WEB-INF/web.xml index 46de0a53..ccf8949a 100644 --- a/spring-webflow-samples/sellitem-jsf/src/main/webapp/WEB-INF/web.xml +++ b/spring-webflow-samples/sellitem-jsf/src/main/webapp/WEB-INF/web.xml @@ -1,5 +1,4 @@ - + org.springframework.web.context.ContextLoaderListener - + org.apache.myfaces.webapp.StartupServletContextListener - + Faces Servlet javax.faces.webapp.FacesServlet 1 + Faces Servlet - *.jsf + *.faces 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 62f04a2c..c0395360 100644 --- a/spring-webflow-samples/sellitem-jsf/src/main/webapp/index.jsp +++ b/spring-webflow-samples/sellitem-jsf/src/main/webapp/index.jsp @@ -3,6 +3,6 @@ - + diff --git a/spring-webflow-samples/sellitem-jsf/src/main/webapp/intro.jsp b/spring-webflow-samples/sellitem-jsf/src/main/webapp/intro.jsp index 71737d4c..9c23e177 100644 --- a/spring-webflow-samples/sellitem-jsf/src/main/webapp/intro.jsp +++ b/spring-webflow-samples/sellitem-jsf/src/main/webapp/intro.jsp @@ -1,5 +1,3 @@ - <%-- make sure we have a session --%> -<%@ page session="true" %> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>