From 79916db73b7843fef8019f3f510e76abe734be1e Mon Sep 17 00:00:00 2001 From: Jeremy Grelle Date: Mon, 29 Oct 2007 15:47:03 +0000 Subject: [PATCH] Adding Spring's DelegatingFacesELResolver to the standard configuration. --- spring-faces/src/main/java/META-INF/faces-config.xml | 1 + 1 file changed, 1 insertion(+) 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 b607d502..808e0520 100644 --- a/spring-faces/src/main/java/META-INF/faces-config.xml +++ b/spring-faces/src/main/java/META-INF/faces-config.xml @@ -14,6 +14,7 @@ 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