Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.RC1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:MyFaces 2 ACE
-
Assignee Priority:P1
Description
I'm creating this case as a general, parent case for a small group of related issues that already have JIRAs:
ICE-7560: ace:dataTable filter doesn't recover from "no-results" state without reset
ICE-7561: showcase app ace:contextMenu demo "reset all" button doesn't work the first time it's pressed
ICE-7563: ace:draggable/ace:droppable Table demo, Reset doesn't reset source dataTable, just destination one
The current org.icefaces.ace.component.datatable.DataTable implementations of saveState/restoreState cause the above issues when running with MyFaces and it's implementation of partial state saving. Removing the saveState/restoreState method logic in the DataTable and deferring to the parent class gets rid of the problems but then the state of certain fields is not saved properly.
The current org.icefaces.ace.component.datatable.DataTable implementations of saveState/restoreState cause the above issues when running with MyFaces and it's implementation of partial state saving. Removing the saveState/restoreState method logic in the DataTable and deferring to the parent class gets rid of the problems but then the state of certain fields is not saved properly.
Issue Links
- is duplicated by
-
ICE-7560 MyFaces: ace:dataTable filter doesn't recover from "no-results" state without reset
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
State saving resolved in r26879
ICE-7561/ICE-7563look related to data table model regeneration when the underlying dataset changes, removed from this issue and assigned to myself for further analysis.