[
https://issues.jboss.org/browse/RF-11448?page=com.atlassian.jira.plugin.s...
]
Brendan Healey commented on RF-11448:
-------------------------------------
In addition to this issue (as observed in 4.1.0.M2) I am attempting to set
the activeItem bean value and render= the tabPanel from outside the tabPanel,
but it doesn't change the tab. I had a feeling that it could be the same
issue and to avoid potential duplication will not log a new one unless
indicated otherwise.
I am also unable to change the tab with switchToItem even with a hard coded
tab name, perhaps that is a new jira?
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.Tracking
<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