This content has been marked as final.
Show 2 replies
-
1. Re: How to start a new conversation by commandLink?
banzeletti Nov 20, 2012 10:00 AM (in response to banzeletti)oops, wrong forum. should go to the weld forum, sorry to bother you.
-
2. Re: How to start a new conversation by commandLink?
lightguard Nov 20, 2012 11:03 PM (in response to banzeletti)If you've already found an answer on the weld forums great. If not, this is pretty easy to do. In your action method you simply call the injected Conversation.begin() method When you want to end the conversation you call the end() method. Unless you're doing a GET JSF request you won't need the cid param, it's already in the component tree.