Removing DelegatingFacesELResolver from the default configuration until M3 when we can provide an alternate impl that can access the app context through web flow.

This commit is contained in:
Jeremy Grelle
2007-10-29 22:13:28 +00:00
parent 98efa76575
commit 963125703c

View File

@@ -14,7 +14,6 @@
<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>
<el-resolver>org.springframework.web.jsf.el.DelegatingFacesELResolver</el-resolver>
<view-handler>org.springframework.faces.webflow.FlowExecutionViewHandler</view-handler>
</application>