Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.0.0.BETA
-
Fix Version/s: 3.0.1, EE-3.0.0.GA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces EE 3.0 BETA 09032012
Description
If an ace:dataTable column header group uses an ace:row which has its rendered attribute set to false, the table doesn't render and the following error message is displayed in the server logs:
13-Mar-2012 3:03:33 PM org.icefaces.impl.util.DOMUtils nodeDiff
SEVERE: Diff propagated to root but no ID set [html: null]
This seems similar to the issue inICE-7857, the same fix for that JIRA doesn't look to resolve this issue. This issue also is only seen when the first ace:row in the column group has rendered=false.
13-Mar-2012 3:03:33 PM org.icefaces.impl.util.DOMUtils nodeDiff
SEVERE: Diff propagated to root but no ID set [html: null]
This seems similar to the issue in
Activity
| Field | Original Value | New Value |
|---|---|---|
| Attachment | Case11052Example7894.zip [ 14177 ] |
| Attachment | Case11052Example7894WAR.zip [ 14178 ] |
| Salesforce Case | [5007000000LEqfq] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #28328 | Wed Mar 14 14:25:28 MDT 2012 | nils.lundquist | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #28329 | Wed Mar 14 14:27:07 MDT 2012 | nils.lundquist | |
| Files Changed | ||||
MODIFY
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java
|
| Fix Version/s | EE-3.0.0.GA [ 10262 ] | |
| Assignee Priority | P2 | |
| Assignee | Nils Lundquist [ nils.lundquist ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 3.0.1 [ 10282 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P2 |

Revision #28329 Committed by nils.lundquist 9 minutes ago
ICE-7894- ace:row rendered=false bug fixed with refactored header rendering code