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.