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

radha commented on DISPL-292:
-----------------------------

Jaume Guillamon,

Still unable to fix this issue. I cannot export all records when the display 
pages are paginated. 

I have deleted the jar files for 1.1.1 that I downloaded from the 
sourceforge.net web site and replaced them with that of yours (two jar files 
that you provide above, when I try to use only just one of the jar files, the 
pages don't even open up).

There were no issues until here.

I changed the jsp's as

<display:table
                name="someSessionList" export="true"
                class="dataTable" defaultorder="ascending" cellspacing="1"
                pagesize="100">

                <display:setProperty name="export.excel.export_amount" 
value="list"></display:setProperty>
                <display:setProperty name="export.pdf.export_amount" 
value="list"></display:setProperty>
                
                        <display:column
                                title="someTitle"
                                property="someProperty"
...


I am displaying 1000 records paginated as 100 per page.

When I click pdf or excel export, I get only 100 records?


Here is my displaytag.properties file

# sort.behavior=list
# sort.amount=list
#basic.empty.showtable=true
basic.msg.empty_list=No results matched your criteria.
paging.banner.placement=top
#paging.banner.onepage=<span class="pagelinks"></span>
export.types=csv excel xml pdf rtf
export.excel=true
export.csv=true
export.xml=true
export.pdf=true
export.rtf=true
export.excel.class=org.displaytag.export.excel.DefaultHssfExportView
export.pdf.class=org.displaytag.export.DefaultPdfExportView
export.rtf.class=org.displaytag.export.DefaultRtfExportView
# if set, file is downloaded instead of opened in the browser window
#export.[mymedia].filename=
export.banner=</div><div class="exportlinks">Export options: {0}</div>

Any suggestions why I am unable to export all the records?

By the way, I see verions 1.2, 1.3, and 1.4. Where do I get these?

Thanks
Krishna

> 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

        

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to