hello, I m new to conversation scope and have a basic problem. I think I have quite a typical situation with conversation, but cant figure out how to do this; So a user have few (manual) conversation at the same time; How do I switch the user between those conversations? I ve tried to do this:
<a4j:commandLink> Go to conversation 1 <f:param name="conversationContext" value="conversation1"/> </a4j:commandLink> <a4j:commandLink> Go to conversation 2 <f:param name="conversationContext" value="conversation2"/> </a4j:commandLink> But the conversationContext is taken from the one in actionUrl (the current conversationContext). I also cant find a ConversationManager.getInstance().setCurrentConversation(...); maciek

