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

        Hide
        Adnan Durrani added a comment -

        trunk: revision 16937
        branch 1.7: revision 16938

        Show
        Adnan Durrani added a comment - trunk: revision 16937 branch 1.7: revision 16938

          People

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

            Dates

            • Created:
              Updated:
              Resolved: