ICEfaces
  1. ICEfaces
  2. ICE-3711

ice:outputResource within a dataTable doesn't work

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.7.2
    • Fix Version/s: 1.8DR#2, 1.8
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      ICEfaces 1.7.2
      Build number: 17
      Revision: 17749
      JSF 1.1
      Apache Tomcat 6

      Description

      Whenever you'll try to download a file (defined by the ice:outputResource component) out of a data table list, you'll get always the same file. It is always the last file out of the given list.

      <ice:dataTable border="1" var="item" value="#{myBean.dataList}">
        <ice:column>
        <f:facet name="header">
        <ice:outputText value="Resource" />
        </f:facet>
        <ice:outputResource shared="false" fileName="#{item.fileName}" resource="#{item.fileResource}" />
        </ice:column>
       </ice:dataTable>

        Issue Links

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              Patrick Dobler
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: