0 Replies Latest reply on Feb 10, 2009 10:09 AM by troeng

    rich tabPanel is killing conversation?

      I have a pageflow, which is working fine. In my last page I have a richfaces tabPanel, and the problem is when I use the attribute selectedTab, and puts a bean value 


      #{bean.activeTab}



      , the conversation is killed giving me a org.jboss.seam.NoConversationException: no long-running conversation for @Conversational bean, after I do any action inside the tabpanel which makes the getActiveTab() get called.


      Also if I change the switchType on the tabpanel to ajax, the conversation gets killed immediatly after I do any action inside the tabpanel.


      How should I keep the conversation alive when working with this tabpanel?