Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.RC2
-
Fix Version/s: 3.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 3.0 RC1A Build 7
-
Assignee Priority:P2
-
Workaround Exists:Yes
-
Workaround Description:Set alwaysExecuteContents="false". Using nested <f:ajax render="@this"/> can save the data on change.
Description
Filtering on a dataTable when alwaysExecuteContents="true" can cause data to become mixed up. This only effects a table that uses an inputText field in one of the columns.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27089 | Wed Jan 04 13:22:23 MST 2012 | nils.lundquist | - Iterate wasn't using filtered data model under some circumstances - Filtered data cache was also cleared more often than needed |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTable.java
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableMeta.java |