Hi! > So a user have few (manual) conversation at the same time; How do I > switch the user between those conversations? > Are you trying to allow the user to navigate within the same set of pages but with different data? Then, this is not supported by Orchestra yet. Else, there is no need to switch between conversations.
A bean belongs to ONE conversation, it might be a conversation named like the bean-name or the orchestra:conversationName configuration on the bean configuration. You do not have to take care about something like setting a current conversation. Ciao, Mario

