
| Key: |
ICE-3136
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Ales Bednarik
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Win XP, JBoss 4.2.2.GA, JBoss-Seam 2.0.1.GA
|
|
|
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.
|
|
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. |
Show » |
|