Changes for auto-configuration

This commit is contained in:
Jeremy Grelle
2007-08-20 17:30:45 +00:00
parent 1d5d5b6d9c
commit ca5876abcd

View File

@@ -5,6 +5,16 @@
<faces-config>
<application>
<navigation-handler>org.springframework.faces.webflow.FlowNavigationHandler</navigation-handler>
<variable-resolver>org.springframework.faces.webflow.el.DelegatingFlowVariableResolver</variable-resolver>
<variable-resolver>org.springframework.web.jsf.DelegatingVariableResolver</variable-resolver>
</application>
<lifecycle>
<phase-listener>org.springframework.faces.webflow.FlowPhaseListener</phase-listener>
</lifecycle>
<component>
<component-type>spring.faces.ClientTextValidator</component-type>
<component-class>org.springframework.faces.ui.ClientTextValidator</component-class>