ICEfaces
  1. ICEfaces
  2. ICE-3136

column.rendered is not interpreted inside a headerRow element

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Minor 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

      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.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #16938 Thu Jun 19 12:55:49 MDT 2008 adnan.durrani Fix for ICE-3136 (column.rendered is not interpreted inside a headerRow element)
        Files Changed
        Commit graph MODIFY /icefaces/branches/icefaces-1.7/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/TableRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #16937 Thu Jun 19 12:55:07 MDT 2008 adnan.durrani Fix for ICE-3136 (column.rendered is not interpreted inside a headerRow element)
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/ext/renderkit/TableRenderer.java

          People

          • Assignee:
            Unassigned
            Reporter:
            Ales Bednarik
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: