]
Brian Leathem updated RF-13727:
-------------------------------
Labels: jsf22 uiRepeat#setIndex (was: jsf22)
Switchable panels do not work after rerendering whole page inside
ui:repeat with JSF 2.2
----------------------------------------------------------------------------------------
Key: RF-13727
URL:
https://issues.jboss.org/browse/RF-13727
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.5.0.Alpha3
Environment: RichFaces 4.5.0-SNAPSHOT
Metamer 4.5.0-SNAPSHOT
Mojarra 2.2.6/2.2.7
Apache Tomcat 7.0.54, WildFly 8.1.0.Final
OpenJDK Runtime Environment 1.8.0_05-b13 @ Linux
Firefox 30.0 @ Linux x86_64
Reporter: Pavol Pitonak
Labels: jsf22, uiRepeat#setIndex
# deploy Metamer and open one of these pages:
##
http://localhost:8080/metamer/faces/components/richAccordionItem/simple.x...
##
http://localhost:8080/metamer/faces/components/richCollapsiblePanel/simpl...
# switch/collapse panel
# verify that the panel was switched
# click "Full Page Refresh" button (3th button in page header)
# verify that the panel is still switched
result:
* after full page refresh, the panel loses its state (i.e. accordion shows item3,
collapsible panel is expanded)
* it works in other templates
* seems to be JSF 2.2 issue