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"%>