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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
trunk: revision 16937
branch 1.7: revision 16938