[ 
http://jira.codehaus.org/browse/DISPL-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=167860#action_167860
 ] 

Angelo Dipierro commented on DISPL-292:
---------------------------------------

I solved this problems without patches by simply doing something like

        if (null != 
request.getParameter(TableTagParameters.PARAMETER_EXPORTING)) {
            paginatedList.setObjectsPerPage(paginatedList.getFullListSize());
        } 

Hope this helps.

> Export to Excel, PDf y RTF doesn't export all the LIST
> ------------------------------------------------------
>
>                 Key: DISPL-292
>                 URL: http://jira.codehaus.org/browse/DISPL-292
>             Project: DisplayTag
>          Issue Type: Bug
>          Components: Export
>    Affects Versions: 1.1
>            Reporter: Jaume Guillamon
>            Priority: Critical
>             Fix For: 1.3
>
>         Attachments: DISPL-292-displaytag-patch.txt, 
> displaytag-good-1.1.1.jar, DisplayTag_1.1.ExportAll_Jaume.jar
>
>
> When I use the Export utility and I code the line <display:setProperty 
> name="export.excel.export_amount" value="list"></display:setProperty>, or I 
> use the propertites, displaytag only exports the PAGE (10 records), not the 
> LIST. but it only happens when I export to EXCEL, PDf y RTF.
> When I export to XML and  CSV all runs fine (1604 records are exported).
> Any of you with the same problem ?
> Thx,
> Jaume

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to