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
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | Case10809Example.zip [ 13912 ] | |
Attachment | Case10809ExampleWAR.zip [ 13913 ] |
Arran Mccullough
made changes -
Salesforce Case | [5007000000KDoyY] |
Ken Fyten
made changes -
Fix Version/s | 3.0 [ 10241 ] | |
Assignee Priority | P2 | |
Affects Version/s | 3.0.RC1 [ 10300 ] | |
Assignee | Nils Lundquist [ nils.lundquist ] |
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 |
Nils Lundquist
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Attached test case to reproduce issue. Steps to see issue: