From 2e6c1334cf9ed87eb62885fd8d1a471daf174490 Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Tue, 1 Apr 2008 23:57:51 +0000 Subject: [PATCH] updating package name that moved --- .../faces/mvc/richfaces/RichFacesAjaxHandler.java | 2 +- .../org/springframework/faces/webflow/JsfViewFactory.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-faces/src/main/java/org/springframework/faces/mvc/richfaces/RichFacesAjaxHandler.java b/spring-faces/src/main/java/org/springframework/faces/mvc/richfaces/RichFacesAjaxHandler.java index 9c6f5a51..b7dfebff 100644 --- a/spring-faces/src/main/java/org/springframework/faces/mvc/richfaces/RichFacesAjaxHandler.java +++ b/spring-faces/src/main/java/org/springframework/faces/mvc/richfaces/RichFacesAjaxHandler.java @@ -11,7 +11,7 @@ import javax.servlet.http.HttpServletResponse; import org.ajax4jsf.context.AjaxContext; import org.springframework.faces.webflow.FlowLifecycle; -import org.springframework.webflow.mvc.SpringJavascriptAjaxHandler; +import org.springframework.webflow.mvc.servlet.SpringJavascriptAjaxHandler; public class RichFacesAjaxHandler extends SpringJavascriptAjaxHandler { diff --git a/spring-faces/src/main/java/org/springframework/faces/webflow/JsfViewFactory.java b/spring-faces/src/main/java/org/springframework/faces/webflow/JsfViewFactory.java index 9b62193b..66f83028 100644 --- a/spring-faces/src/main/java/org/springframework/faces/webflow/JsfViewFactory.java +++ b/spring-faces/src/main/java/org/springframework/faces/webflow/JsfViewFactory.java @@ -38,8 +38,8 @@ import org.springframework.webflow.context.ExternalContext; import org.springframework.webflow.execution.RequestContext; import org.springframework.webflow.execution.View; import org.springframework.webflow.execution.ViewFactory; -import org.springframework.webflow.mvc.AjaxHandler; -import org.springframework.webflow.mvc.SpringJavascriptAjaxHandler; +import org.springframework.webflow.mvc.servlet.AjaxHandler; +import org.springframework.webflow.mvc.servlet.SpringJavascriptAjaxHandler; /** * JSF-specific {@link ViewFactory} implementation.