]
Jiří Štefek updated RFPL-4116:
------------------------------
Summary: metamer: sub table: rerender doesn't work correctly (was: Sub table:
rerender doesn't work correctly)
metamer: sub table: rerender doesn't work correctly
---------------------------------------------------
Key: RFPL-4116
URL:
https://issues.jboss.org/browse/RFPL-4116
Project: RichFaces Planning
Issue Type: Bug
Components: QE
Affects Versions: 4.0.0.Final, 4.1.0.Milestone4
Environment: RichFaces 4.0.0-SNAPSHOT r.22230
Metamer 4.0.0-SNAPSHOT r.22240
Mojarra 2.1.0-FCS
GlassFish Server Open Source Edition 3.1-SNAPSHOT
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Firefox 3.6.15 @ Linux x86_64
Reporter: Pavol Pitonak
Assignee: Michal Petrov
Fix For: 4.5.13
# deploy Metamer and open
http://localhost:8080/metamer/faces/components/richCollapsibleSubTable/co...
# set title of first person to "Programmer Analyst"
# rerender the page (fourth button in header)
# set titel of first person to "Vice President"
# rerender the page (fourth button in header)
\\
result:
* the subtable "Men" is collapsed after rerendering
* when the title is changed the second time, "Director" is displayed on the
page instead of "Vice President"
* after second rerendering, "Programmer Analyst" appears
The same sample in rich:dataTable and rich:extendedDataTable works fine.