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 ;-).
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