]
Juraj Húska updated RF-13687:
-----------------------------
Steps to Reproduce:
# build and deploy metamer
# load
# click the "click me" link in tab1 content
# the tab2 header is updated with ajax to "1 clicks" (correct)
# switch to second tab
# the header of the second tab is changed back to its initial state "0 clicks"
TabPanel header is not updated after switching of tabs
------------------------------------------------------
Key: RF-13687
URL:
https://issues.jboss.org/browse/RF-13687
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-output
Affects Versions: 4.5.0.Alpha3, 5.0.0.Alpha4
Reporter: Juraj Húska
If {{TabPanel}} header is updated dynamically with AJAX, then switching among the tabs
shows not the updated value of the header, but the default one. Its updated after refresh
of the page.