4 Replies Latest reply on Oct 5, 2007 10:09 AM by jacob.orshalick

    Problem with s:conversationPropagation

    ivicac

      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?