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

Lukáš Fryč (Resolved) (JIRA) jira-events at lists.jboss.org
Tue Nov 15 10:36:41 EST 2011


     [ https://issues.jboss.org/browse/RF-11448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukáš Fryč resolved RF-11448.
-----------------------------

    Resolution: Duplicate Issue

    
> 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-panels-layout-themes
>    Affects Versions: 4.0.0.Final, 4.1.0.Milestone1
>         Environment: windows 7, glassfish 3, richfaces 4.0
>            Reporter: Yavuz Kavus
>            Assignee: Lukáš Fryč
>              Labels: needs-qe
>             Fix For: 4.1.0.Final
>
>
> <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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-issues mailing list