SWF-418 - Restore JSF 1.1 compatability

This commit is contained in:
Jeremy Grelle
2007-11-26 19:45:14 +00:00
parent a268feae48
commit 52018b64c5
28 changed files with 1190 additions and 224 deletions

View File

@@ -1,17 +1,22 @@
<?xml version="1.0"?>
<faces-config version="1.2"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd">
<!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>
<application>
<action-listener>org.springframework.faces.webflow.FlowActionListener</action-listener>
<el-resolver>org.springframework.webflow.core.expression.el.RequestContextELResolver</el-resolver>
<el-resolver>org.springframework.webflow.core.expression.el.ScopeSearchingELResolver</el-resolver>
<variable-resolver>org.springframework.faces.expression.CompositeFlowVariableResolver</variable-resolver>
<property-resolver>org.springframework.faces.expression.CompositeFlowPropertyResolver</property-resolver>
<state-manager>org.springframework.faces.webflow.FlowViewStateManager</state-manager>
<view-handler>org.springframework.faces.webflow.FlowViewHandler</view-handler>
</application>
<lifecycle>
<phase-listener>org.springframework.faces.support.RequestLoggingPhaseListener</phase-listener>
</lifecycle>
<component>
<component-type>spring.faces.DojoClientTextValidator</component-type>
<component-class>org.springframework.faces.ui.DojoClientTextValidator</component-class>