3 Replies Latest reply on Oct 16, 2008 12:55 AM by ericjava.eric.chiralsoftware.net

    s:button propagation=end and getting a new CID

    ericjava.eric.chiralsoftware.net

      Here's something which I don't understand.  Many of the activities in my app rely on conversations to implement a wizard type of functionality.  I'm using it like this:


      <s:button view="/main-view.xhtml" propagation="end" value="Cancel action and go back"/>



      Let's say I'm in CID 5.  That link will render with a cid=6 parameter.  I don't understand why it would generate a new CID when I'm telling it to end the long-running convo?  Any ideas on this?