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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user