Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.7.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Win XP, JBoss 4.2.2.GA, JBoss-Seam 2.0.1.GA
-
ICEsoft Forum Reference:
Description
The value of the rendered attribute is not interpreted in the column element inside a headerRow element. The outputText.rendered attribute is interpreted correctly in the following example, but the column.rendered attribute has no influence. There is an empty table cell when running this example.
<ice:headerRow>
<ice:column colspan="2" rendered="false">
<ice:outputText value="#{i18n.messages['QueryResultEvent']}" rendered="false"/>
</ice:column>
</ice:headerRow>
It works correctly if the column element is not inside a headerRow element.
<ice:headerRow>
<ice:column colspan="2" rendered="false">
<ice:outputText value="#{i18n.messages['QueryResultEvent']}" rendered="false"/>
</ice:column>
</ice:headerRow>
It works correctly if the column element is not inside a headerRow element.
Activity
Ales Bednarik
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.7.2 [ 10130 ] | |
Assignee Priority | P3 | |
Assignee | Adnan Durrani [ adnan.durrani ] | |
Priority | Major [ 3 ] | Minor [ 4 ] |
Adnan Durrani
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #16937 | Thu Jun 19 12:55:07 MDT 2008 | adnan.durrani | Fix for |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/TableRenderer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #16938 | Thu Jun 19 12:55:49 MDT 2008 | adnan.durrani | Fix for |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/TableRenderer.java
|
Adnan Durrani
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.2RC1 [ 10140 ] | |
Fix Version/s | 1.7.2 [ 10130 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.2 [ 10130 ] | |
Fix Version/s | 1.7.2RC1 [ 10140 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P3 | |
Assignee | Adnan Durrani [ adnan.durrani ] |
trunk: revision 16937
branch 1.7: revision 16938