<?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-rule> | <from-view-id>/login.jsp</from-view-id> | <navigation-case> | <from-outcome>kunde</from-outcome> | <to-view-id>/home-kunde.jsp</to-view-id> | </navigation-case> | <navigation-case> | <from-outcome>dekra-hv</from-outcome> | <to-view-id>/home-dekra-hv.jsp</to-view-id> | </navigation-case> | <navigation-case> | <from-outcome>dekra-nl</from-outcome> | <to-view-id>/home-dekra-nl.jsp</to-view-id> | </navigation-case> | </navigation-rule> | | <!-- Phase listener needed for all Seam applications --> | | <lifecycle> | <phase-listener>org.jboss.seam.jsf.SeamExtendedManagedPersistencePhaseListener</phase-listener> | </lifecycle> | | </faces-config> |
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951901#3951901 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951901 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
