0 Replies Latest reply on Sep 4, 2007 9:24 AM by sednivo

    Property selectedTab of tabPanel reads only one time

    sednivo

      I have tabPanel with client type of switching. Information about selected tab should be readed from server at runtime. I've made binding for selectedTab property:

      <rich:tabPanel id="propertiesObjectEditorPanel" selectedTab="#{zlightSession.currentEditor}"

      but I binding is run only one time. Next time when I press actionEvent links on the page and page reload method getCurrentEditor doesn't invoke. I've discovered this with debugger.

      Please help me.