-
Feb 7th, 2012, 10:07 AM
#1
PrimeFaces with SpringFaces Integration
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.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules