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

        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

          People

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

            Dates

            • Created:
              Updated:
              Resolved: