2008-05-30

Spring+Hibernate+JSF+Richfaces+Facelets

web.xml javax.faces.CONFIG_FILES /WEB-INF/faces-bean.xml,/WEB-INF/faces-navigation.xml,/WEB-INF/faces-resource.xml,/WEB-INF/faces-converter.xml 这告诉JSF采用xhtml后缀,Facelets 渲染器能够解释这个后缀。 javax.faces.DEFAULT_SUFFIX .xhtml javax.faces.STATE_SAVING_METHOD client org.richfaces.SKIN blueSky org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL true org.apache.myfaces.webapp.StartupServletContextListener RichFaces Filter richfaces org.ajax4jsf.Filter richfaces Faces Servlet REQUEST FORWARD INCLUDE context org.springframework.web.context.ContextLoaderServlet 1 Faces Servlet javax.faces.webapp.FacesServlet 0 Faces Servlet *.jsf *.faces index.html index.htm index.xhtml index.jsp default.html default.htm default.xhtml default.jsp BASIC

没有评论: