0 Replies Latest reply on Apr 7, 2009 3:55 PM by dxxvi

    How to end the converstation when getting out of a page?

      I'd like to start a conversation when I go to a page and end that conversation when I get out of that page.


      The first task can be done by putting @Begin on the page action or make the page action be #{conversation.begin}. On that page I have many s:link to other pages as well as buttons that call actions which navigate to other pages. I prefer not to put propagation=end on each s:link nor mark each action with @End.


      So, is there anyway to end the conversation when I get out of the current page?


      Thank you.