I have this situation on my page:
<h:commandButton value="Apply" action="#{personHome.update}">
<s:conversationPropagation type="end" />
</h:commandButton>
I have current long-running conversation. After finishing this action current long-running
conversation should't exist anymore, but it is still alive.
What is the problem?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091480#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...