Here it is <?xml version='1.0' encoding='UTF-8'?> | <!DOCTYPE faces-config PUBLIC | "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN" | "http://java.sun.com/dtd/web-facesconfig_1_1.dtd"> | | <faces-config> | | <application> | <message-bundle>messages</message-bundle> | <!-- Disabled when using Ajax4JSF --> | <!-- | <view-handler>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</view-handler> | --> | <!-- Enable Trinidad renderkit --> | <default-render-kit-id>org.apache.myfaces.trinidad.core</default-render-kit-id> | </application> | | <!-- Seam transaction management --> | <lifecycle> | <phase-listener>org.jboss.seam.jsf.TransactionalSeamPhaseListener</phase-listener> | </lifecycle> | | <!-- No Seam transaction management --> | <!-- | <lifecycle> | <phase-listener>org.jboss.seam.jsf.SeamPhaseListener</phase-listener> | </lifecycle> | --> | <navigation-rule> | <from-view-id>/*</from-view-id> | <navigation-case> | <from-outcome>dialog:chooseCustomer</from-outcome> | <to-view-id>/AttachCustomer_dlg.xhtml</to-view-id> | </navigation-case> | </navigation-rule> | </faces-config>
I am getting suspicious that this has to do with my deployment setup since I can't seem to track it down in web.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049858#4049858 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049858 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
