Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.0.1, EE-3.0.0.GA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:MyFaces
Description
When running on MyFaces, exporting data with ace:dataExporter's 'selectedRowsOnly' attribute set to true returns the entire table instead of only the selected rows. This seems to happen because the MyFaces UIData implementation has some restrictions as to when it's possible to (re)set the data model of the table, which we need to do when only exporting the set of selected rows.
Committed fix at revision 28307 in the trunk and at revision 28308 in the maintenance branch.