4 Replies Latest reply on Feb 14, 2007 3:56 PM by wenzlaff

    Advise needed: Conversations vs. navigation menu

    wenzlaff

      Hello,
      I tried to achieve the following scenario:
      1. Begin a conversation when showing an overview of items.
      2. Use this conversation (using an extended persistence context) to hold the selected item using DataModelSelection.
      3. Edit or delete the item
      4. End the conversation.

      I know that I could achieve this simple use case stateless as well, but this question is more general.

      If the user ends the conversation implicit not explicit in Step 3, i.e. by using the navigation menu, the conversation still exists and prevents new conversations to be started.
      Is there a general advise on how to handle conversations in combination with a application wide page navigation?