Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:any
-
ICEsoft Forum Reference:
-
Workaround Exists:Yes
-
Workaround Description:See attached diff
Description
If a table column contains a RowSelector, it should not be rendered (not even once ;-).
Activity
Thomas Greve
created issue -
Thomas Greve
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | dataexport.diff [ 11883 ] |
Deryk Sinotte
made changes -
Assignee | Ken Fyten [ ken.fyten ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 1.8.2 [ 10190 ] | |
Assignee Priority | P2 | |
Assignee | Ken Fyten [ ken.fyten ] | Adnan Durrani [ adnan.durrani ] |
Ken Fyten
made changes -
Comment |
[ We will add a new component attribute called "ignorePagination", such that specifying "ignorePagination=true" will completely ignore the following two properties on the dataModel; rows, first, when exporting data for the dataExporter, and will instead export the complete dataset. ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19161 | Fri Aug 14 14:56:33 MDT 2009 | adnan.durrani | rowSelector excluded. Related to |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/dataexporter/DataExporter.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19162 | Mon Aug 17 09:50:50 MDT 2009 | adnan.durrani | Fix for |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/dataexporter/DataExporter.java
|
Adnan Durrani
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Adnan Durrani
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 1.8.2-RC1 [ 10210 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P2 |
The attached diff contains these bug fixes and enhancements:
+ remove duplication of child rendering results
+ do not render RowSelector (there should be more special cases)
+ use StringBuilder instead of += (can be improved further)
+ log to commons.logging Log instead of stderr