What is the way to send conversation id with third-party libraries ajax requests. For
example, Quipukit library comes with data table
pagination control which has ajaxed controls. Click on those controls
submits ajax request without conversation id and causes exception on
server side
anonymous wrote : java.lang.IllegalStateException: No active conversation context
| at org.jboss.seam.core.Conversation.instance(Conversation.java:103)
| at org.jboss.seam.faces.FacesManager.prepareBackswitch(FacesManager.java:236)
| at org.jboss.seam.jsf.SeamPhaseListener.afterRender(SeamPhaseListener.java:505)
| at
org.jboss.seam.jsf.SeamPhaseListener.afterServletPhase(SeamPhaseListener.java:230)
| at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java:184)
|
Is there workaround for it?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069130#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...