]
Brian Leathem updated RF-11448:
-------------------------------
Labels: (was: richfaces4)
Component/s: component-panels-layout-themes
(was: component)
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
Fix For: 4.1.0.CR1
<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: