[
https://issues.jboss.org/browse/RF-11735?page=com.atlassian.jira.plugin.s...
]
Pavol Pitonak reassigned RF-11735:
----------------------------------
Assignee: Brian Leathem (was: Pavol Pitonak)
If attribute immediate of rich:tabPanel is set to true, tabs can be switched without
problems. The only problem is in following code snippet with model.activeTab -- this
property is not updated when tab is switched. Could be worked around by using item change
listener.
{code:xml}
<rich:tabPanel switchType="ajax" id="tabPanel"
activeItem="#{model.activeTab}" immediate="true">
...
</rich:tabPanel>
{code}
[rich:tabPanel] activeItem doesn't work if attribute immediate is
set to true
-----------------------------------------------------------------------------
Key: RF-11735
URL:
https://issues.jboss.org/browse/RF-11735
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.1.0.CR1
Environment: RF-4.1.0.CR1, mojarra 2.1.3
Reporter: Rene O
Assignee: Brian Leathem
Attachments: jsf2test.war
A testcase to reproduce this issue is attached.
Steps to reproduce this issue:
1.
http://localhost:8080/jsftest/tabswitch.jsf
--
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