Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.2.0.BETA
-
Fix Version/s: EE-3.2.0.GA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P1
Description
When using the OuterTableCSVExporter custom dataExporter to export outer and inner dataTable contents, its no longer exporting the data when the first row of the table does not contain nested data.
If the first row has nested data then it exports correctly. When there is no data, all it exports is the column headers.
If the first row has nested data then it exports correctly. When there is no data, all it exports is the column headers.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Attached test case that shows this issue.
Steps:
- Load welcomeICEfaces.jsf
- Click on the Export button. The exported CSV will only contain the column headers.
Show
Arran Mccullough
added a comment - Attached test case that shows this issue.
Steps:
Load welcomeICEfaces.jsf
Click on the Export button. The exported CSV will only contain the column headers.
Yes, that behaviour is correct, since it's specified in the bean to use innerTable1 as the default inner table.
Testing for this feature should be done on the showcase, so no need to use the attached war.