2 Replies Latest reply on Oct 16, 2007 10:52 AM by nbelaevski

    tabPanel switching starts new conversation

    dkane

      Hello

      Web-page contains the following tab panel :

      <rich:tabPanel id="userDetail" switchType="ajax" selectedTab="#{userAdmin.selectedTab}">
      


      userAdmin is session-scoped and has getter and setter for selectedTab.

      When I swicth between tabs, new Seam conversations are being started which leads to errors. I want to stay in current conversation.

      I definitely don't start conversation in code, even no actionListener is assigned to tabPanel . Only selectedTab attribute with simple getter/setter.