upgrade to 2.5.3

several fixes to jsf resolvers in faces
This commit is contained in:
Keith Donald
2008-04-07 10:52:09 +00:00
parent fd4cd03c9e
commit 01b26ba0d5
7 changed files with 27 additions and 44 deletions

View File

@@ -5,8 +5,8 @@ import junit.framework.TestCase;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.faces.model.converter.FacesConversionService;
import org.springframework.faces.webflow.JSFMockHelper;
import org.springframework.faces.webflow.JsfViewFactoryCreator;
import org.springframework.faces.webflow.JsfManagedBeanAwareELExpressionParser;
import org.springframework.faces.webflow.JsfViewFactoryCreator;
import org.springframework.webflow.engine.builder.support.FlowBuilderServices;
import org.springframework.webflow.expression.el.WebFlowELExpressionParser;