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

        Tyler Johnson created issue -
        Tyler Johnson made changes -
        Field Original Value New Value
        Salesforce Case [5007000000I2i2X]
        Component/s Components [ 10012 ]
        Component/s Bridge [ 10011 ]
        Tyler Johnson made changes -
        Attachment sf-10525.war [ 14048 ]
        Arran Mccullough made changes -
        Salesforce Case [5007000000I2i2X] [5007000000I2i2X, 5007000000NIG3D]
        Arran Mccullough made changes -
        Assignee Arturo Zambrano [ artzambrano ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #31049 Mon Sep 24 17:49:16 MDT 2012 art.zambrano ICE-7756 ice:column data not exported when surrounded by panelGroup or panelGrid... fixed
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/dataexporter/DataExporter.java
        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.
        Migration made changes -
        Fix Version/s EE-1.8.2.GA_P05 [ 10331 ]
        Migration made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

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

            Dates

            • Created:
              Updated:
              Resolved: