From 963125703c50fa13f35d650b9680072c2b194d11 Mon Sep 17 00:00:00 2001 From: Jeremy Grelle Date: Mon, 29 Oct 2007 22:13:28 +0000 Subject: [PATCH] Removing DelegatingFacesELResolver from the default configuration until M3 when we can provide an alternate impl that can access the app context through web flow. --- spring-faces/src/main/java/META-INF/faces-config.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-faces/src/main/java/META-INF/faces-config.xml b/spring-faces/src/main/java/META-INF/faces-config.xml index 808e0520..b607d502 100644 --- a/spring-faces/src/main/java/META-INF/faces-config.xml +++ b/spring-faces/src/main/java/META-INF/faces-config.xml @@ -14,7 +14,6 @@ org.springframework.faces.webflow.FlowActionListener org.springframework.webflow.core.expression.el.RequestContextELResolver org.springframework.webflow.core.expression.el.ScopeSearchingELResolver - org.springframework.web.jsf.el.DelegatingFacesELResolver org.springframework.faces.webflow.FlowExecutionViewHandler