Hi how are all?.

i have a problem of integration between SpringFaces and PrimeFaces.

basicly i have installed https://src.springframework.org/svn/...aces-showcase/ and changed into WEB-INF/flows/validation-bean/edit.xhtml
<p:commandButton value="Exit" action="exit" immediate="true" /> by
<sf:commandLink value="ExitSF" action="exit" immediate="true" />

on executing action i have this log

java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to com.sun.faces.application.view.StateHolderSaver
at com.sun.faces.application.view.StateManagementStra tegyImpl$3.invokeContextCallback(StateManagementSt rategyImpl.java:301)

this problem i get in other proyect and i need springfaces only for view popups into spring web flow.

thanks.