[richfaces-issues] [JBoss JIRA] Created: (RF-11448) tabPanel activeItem not working syncrhonously with bean.activeItem

Yavuz Kavus (JIRA) jira-events at lists.jboss.org
Sun Oct 2 05:15:26 EDT 2011


tabPanel activeItem not working syncrhonously with bean.activeItem
------------------------------------------------------------------

                 Key: RF-11448
                 URL: https://issues.jboss.org/browse/RF-11448
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component
    Affects Versions: 4.1.0.Milestone1, 4.0.0.Final
         Environment: windows 7, glassfish 3, richfaces 4.0
            Reporter: Yavuz Kavus


<r:tabPanel activeItem="#{bean.activeItem}" ..>
  <r:tab name="tab1">...</r:tab>
  <r:tab name="tab2">...</r:tab>
  <r:tab name="tab3">...</r:tab>
</r:tabPanel>

* when page first displayed, in bean constructor activeItem set to "tab1" and tab1 shown on first display.
* clicking "tab2" whether in ajax or server, not calls setActiveItem in bean.
* clicking "tab3", calls setActiveItem(String item), but item="tab2". one step behind(previously selected tab).
* clicking "tab2", calls setActiveItem with parameter "tab3", again one step behind actual selected tab.
* and so on.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list