ICEfaces
  1. ICEfaces
  2. ICE-4223

dataExporter exports only current page

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.8RC1
    • Fix Version/s: 1.8.2-RC1, 1.8.2
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      any

      Description

      When paging is used, dataExporter gets data only from the currently displayed page and thus makes it very hard to export a large amount of information.

        Activity

        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Priority P1
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #20024 Fri Dec 18 11:36:35 MST 2009 adnan.durrani 1.8.2EE DataExporter changes moved to Compat DataExporter towards ICE-4481. The changes include the fix of following JIRAs ICE-4484, ICE-4390, ICE-4660, ICE-4223, ICE-4823, ICE-4836, ICE-4837, ICE-4764, ICE-4730, ICE-4844, ICE-4289, ICE-4826, ICE-4863, ICE-4934, ICE-4955
        Files Changed
        Commit graph MODIFY /icefaces/scratchpads/glimmer/compat/component-metadata/src/main/resources/conf/ice_cust_properties/cust-dataExporter-props.xml
        Commit graph MODIFY /icefaces/scratchpads/glimmer/compat/core/src/main/resources/META-INF/resources/ice-extras.js
        Commit graph MODIFY /icefaces/scratchpads/glimmer/compat/samples/component-showcase/web/WEB-INF/includes/examples/custom/dataTable-dataExporter.xhtml
        Commit graph MODIFY /icefaces/scratchpads/glimmer/compat/components/src/main/java/com/icesoft/faces/component/dataexporter/DataExporter.java
        Commit graph MODIFY /icefaces/scratchpads/glimmer/compat/components/src/main/java/com/icesoft/faces/component/dataexporter/DataExporterRenderer.java
        Commit graph MODIFY /icefaces/scratchpads/glimmer/compat/core/src/main/java/com/icesoft/faces/util/CoreUtils.java
        Ken Fyten made changes -
        Fix Version/s 1.8.2-RC1 [ 10210 ]
        Hide
        Joanne Bai added a comment -

        ICE-4865 was created for the IE issue.

        Show
        Joanne Bai added a comment - ICE-4865 was created for the IE issue.
        Adnan Durrani made changes -
        Status Reopened [ 4 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Hide
        Adnan Durrani added a comment - - edited

        Testing the revision 19131, I have verified that IE issue was exist before this fix. So this fix didn't cause any regression.

        Show
        Adnan Durrani added a comment - - edited Testing the revision 19131, I have verified that IE issue was exist before this fix. So this fix didn't cause any regression.
        Ken Fyten made changes -
        Assignee Priority P1
        Hide
        Adnan Durrani added a comment -

        Joanne it seems like a popup blocker issue, just hold the Ctrl key while clicking on the download link under IE, you should be able save the file.

        Show
        Adnan Durrani added a comment - Joanne it seems like a popup blocker issue, just hold the Ctrl key while clicking on the download link under IE, you should be able save the file.
        Ken Fyten made changes -
        Security Private [ 10001 ]
        Joanne Bai made changes -
        Resolution Fixed [ 1 ]
        Status Resolved [ 5 ] Reopened [ 4 ]
        Affects [Sample App./Tutorial]
        Security Private [ 10001 ]
        Hide
        Joanne Bai added a comment -

        Data Exporter is broken on IE, but works fine on FF. (Please see the comment I've added for details. Thanks.)

        Show
        Joanne Bai added a comment - Data Exporter is broken on IE, but works fine on FF. (Please see the comment I've added for details. Thanks.)
        Adnan Durrani made changes -
        Status In Progress [ 3 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Hide
        Adnan Durrani added a comment -

        Fixed:
        New "ignorePagination" attribute added, setting it to true will ignore pagination and exports all data

        Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\dataexporter\DataExporter.java
        Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\ice_cust_properties\cust-dataExporter-props.xml
        Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\ice_cust_properties\cust-dataExporter-props.xml
        Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\dataexporter\DataExporter.java
        Completed: At revision: 19132

        Show
        Adnan Durrani added a comment - Fixed: New "ignorePagination" attribute added, setting it to true will ignore pagination and exports all data Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\dataexporter\DataExporter.java Modified: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\ice_cust_properties\cust-dataExporter-props.xml Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component-metadata\src\main\resources\conf\ice_cust_properties\cust-dataExporter-props.xml Sending content: D:\work\development\head\svn\ossrepo\icefaces\trunk\icefaces\component\src\com\icesoft\faces\component\dataexporter\DataExporter.java Completed: At revision: 19132
        Adnan Durrani made changes -
        Fix Version/s 1.8.2 [ 10190 ]
        Adnan Durrani made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        Adnan Durrani made changes -
        Assignee Adnan Durrani [ adnan.durrani ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #19132 Thu Jul 30 15:48:46 MDT 2009 adnan.durrani Fix for ICE-4223 (dataExporter exports only current page)
        New "ignorePagination" attribute added, setting it to true will ignore pagination and exports all data.
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_cust_properties/cust-dataExporter-props.xml
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/menubar/MenuBar.java
        Commit graph MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/dataexporter/DataExporter.java
        Stefan Zeller made changes -
        Tyler Johnson made changes -
        Field Original Value New Value
        Salesforce Case [50070000009MDrf]
        Aleksandar Yordanov created issue -

          People

          • Assignee:
            Adnan Durrani
            Reporter:
            Aleksandar Yordanov
          • Votes:
            9 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: