ICEfaces
  1. ICEfaces
  2. ICE-7756

ice:column data not exported when surrounded by panelGroup or panelGrid

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: EE-1.8.2.GA_P03
    • Fix Version/s: EE-1.8.2.GA_P05
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      -

      Description

      For example, if the cell content is surrounded by a layout component like panelGroup or panelGrid, the data will not be exported.

      <!-- Model number -->
      <ice:column>
             <f:facet name="header">
                       <ice:outputText value="Model"/>
             </f:facet>
              <ice:panelGroup>
                       <ice:outputText value="#{item.model}"/>
                        <ice:commandButton value="SomeValue" />
               </ice:panelGroup>
      </ice:column>

      Test case attached.

        Activity

        Hide
        Arturo Zambrano added a comment - - edited

        Committed fix to the trunk at revision 31049.
        Now, the exporter will continue to extract the value of child components regardless of whether the parent component's value is null. Also, components with the rendered=false setting will be skipped.

        Show
        Arturo Zambrano added a comment - - edited Committed fix to the trunk at revision 31049. Now, the exporter will continue to extract the value of child components regardless of whether the parent component's value is null. Also, components with the rendered=false setting will be skipped.

          People

          • Assignee:
            Arturo Zambrano
            Reporter:
            Tyler Johnson
          • Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: