2 Replies Latest reply on Aug 25, 2008 10:24 AM by cinconnu

    Concurrent Conversation in the same browser window

    lucianofen

      There is any way to have multiple concurrent conversation inside the same browser window?


      I have 2 pages, each associate to it's natural conversation in the pages.xml and I want to switch to the correct conversation any time I go from the first page to the second and viceversa.


      Any page implements a use case, and I would to have independent data for each page, saved in the relative conversation.


      Thanks
      Luciano

        • 1. Re: Concurrent Conversation in the same browser window
          andygibson.contact.andygibson.net

          In theory as you toggle between the two pages, if you are using natural conversation Ids then yes, you could do this. However, in order to have links to the other page, each page must be aware of the some entity in the other conversation?


          For example, page1 needs to know the id of the object in page2 so it can create links to the second page containing the conversation Id for page 2. The conversation Id defined in pages.xml is probably derived from some entity that is in the second conversation. In order to properly bind the value to the conversation id parameter, the entity would need to be in the first conversation also.


          I'm not sure that helps,


          Cheers,


          Andy Gibson


          • 2. Re: Concurrent Conversation in the same browser window
            cinconnu

            Hi,
            Have you managed to get it working? I have this requirement too...
            Thanks


            David