Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Invalid
-
Affects Version/s: 1.7
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:JSF 1.2
Description
I have a simple table with an <ice:rowSelector>. Each table row has a String value and a boolean value. When clicking a row in the table, the boolean value is updated unexpectedly (with a wrong value), while it shouldn't be updated at all as there is no Update Model Values phase to be expected (only a selection event). The String value is not updated (as expected).
See attached bean code, page and configuration files. As far as I can see this fails consistently on any boolean in a table with a RowSelector.
See attached bean code, page and configuration files. As far as I can see this fails consistently on any boolean in a table with a RowSelector.
Probably not a bug. Calling resetValue() on all inputs from the rowselector callback removes the problem.