6 Replies Latest reply on Aug 8, 2007 5:36 AM by pmuir

    How to end a conversation with free form navigation

    ilya78

      The application has a main menu with various links. One of them starts a wizard with several pages, that I have implemented as a conversation(started with @Begin).
      While the wizard is active, the main menu should be available.

      So I have folowing problems:

      1) If conversation started and in the middle of the conversation, the user clicks a button from the link, the conversation is not propagated (which is ok), but it still active(memory leak). And if then the user tries to start another conversation an exception occurs.
      How can I end the conversation? by placing end-conversation on every single non wizard page that can be accessed from wizard screens? this sounds crazy to me.

      2) If conversation started and while in the middle of the conversation the user presses back button many times (this can end to any page on the website) - how to I close the conversation? placing end-conversation on every page on the site sounds again crazy :)

      Thanks