Author: craigmcc Date: Sat Apr 2 17:06:50 2005 New Revision: 159857 URL: http://svn.apache.org/viewcvs?view=rev&rev=159857 Log: Correct typo in the name of Spring's JSF variable resolver.
Modified: struts/shale/trunk/core-library/src/java/org/apache/shale/spring/faces-config.xml Modified: struts/shale/trunk/core-library/src/java/org/apache/shale/spring/faces-config.xml URL: http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/src/java/org/apache/shale/spring/faces-config.xml?view=diff&r1=159856&r2=159857 ============================================================================== --- struts/shale/trunk/core-library/src/java/org/apache/shale/spring/faces-config.xml (original) +++ struts/shale/trunk/core-library/src/java/org/apache/shale/spring/faces-config.xml Sat Apr 2 17:06:50 2005 @@ -32,7 +32,7 @@ <application> <!-- Spring Framework Integration --> <variable-resolver> - org.springframework.web.context.WebApplicationContext + org.springframework.web.jsf.DelegatingVariableResolver </variable-resolver> <!-- Extended "webApplicationContext" resolver --> <variable-resolver> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]