Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 3.1
-
Fix Version/s: 3.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Icefaces 3.1
JSF 2.1.1
Tomcat 7.0.28
Java 7
Description
When using a LazyDataModel on da DataTable with row/cell editing enabled, and you click on a cell to edit, change the value and click on V, ALL the cells change into editable mode, and nothing works anymore. I have to either reload the page or change the value back and cancel the operation.
It sounds to me like the real issue here is that all of the rows are sharing a row state or are otherwise being enabled by the editing of the one row.
Are you implementing hashCode() and equals() for the row objects being lazily loaded?
A test case would make the issue more clear.