the faces-config.xml | <?xml version="1.0" encoding="UTF-8"?> | <!DOCTYPE faces-config | PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN" | "http://java.sun.com/dtd/web-facesconfig_1_0.dtd"> | | <faces-config> | | <!-- Navigation rules for the OTP reg Server --> | | <navigation-rule> | | <navigation-case> | <from-outcome>login</from-outcome> | <to-view-id>/home.xhtml</to-view-id> | <redirect /> | </navigation-case> | | <navigation-case> | <from-outcome>register</from-outcome> | <to-view-id>/register.xhtml</to-view-id> | <redirect /> | </navigation-case> | </navigation-rule> | | | <!-- Facelets support --> | | <application> | <view-handler>com.sun.facelets.FaceletViewHandler</view-handler> | </application> | | <!-- Select one of the two standard persistence lifecycle models for the Seam application --> | | <lifecycle> | <phase-listener>org.jboss.seam.jsf.SeamPhaseListener</phase-listener> | </lifecycle> | | </faces-config>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960265#3960265 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960265 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
