|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
[displaytag - Help] How to export full resultsRead and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4928666 By: vmrao My results are displayed on multiple pages with certain number of records per page. Export options also work fine except it is exporting only the records on the current page, not the full set. What properties need to be set for exporting full results ? Here is the code snippet from my displaytag.properties file. export.excel.class=org.displaytag.export.excel.DefaultHssfExportView export.pdf.class=org.displaytag.export.DefaultPdfExportView export.rtf.class=org.displaytag.export.DefaultRtfExportView I think this is a common requirement. However, I cannot find any info related to this. Anyone, please suggest what to do ? Thanks. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=249318 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ displaytag-user mailing list displaytag-user@... https://lists.sourceforge.net/lists/listinfo/displaytag-user |
|
|
[displaytag - Help] RE: How to export full resultsRead and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5082089 By: jefffh Did you ever get a solution to this? I switched from struts to netui and now I have the same problem. Thanks ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=249318 ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ displaytag-user mailing list displaytag-user@... https://lists.sourceforge.net/lists/listinfo/displaytag-user |
|
|
[displaytag - Help] Exports only pagesize rows in Netui - helpRead and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5082294 By: jefffh A table, with a pagesize setting, that exports a full list as expected in a struts app, only exports displayed rows when using netui. I've tried explicitly setting export.amount=list, partiallist=false,...the typical "grasping for straws" kinda behavior. The configuration is virtually identical for both apps. My only conclusion is that netui is stepping on a displaytag setting. Has anyone who uses Netui also experienced the same or does it work fine for you? Thanks ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=249318 ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ displaytag-user mailing list displaytag-user@... https://lists.sourceforge.net/lists/listinfo/displaytag-user |
|
|
Re: [displaytag - Help] Exports only pagesize rowsinNetui - helpIf you export to Excel, there's a bug:
http://jira.codehaus.org/browse/DISPL-292 It works fine for CSV export. I follow the modifications described in JIRA and make a PATCH to support the full export for Excel. I think that the PATCH is also available on the JIRA page. Hope this helps David. PS: email me directly if you want me to send you my own displaytag-1.1.1-Patch.jar. ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ displaytag-user mailing list displaytag-user@... https://lists.sourceforge.net/lists/listinfo/displaytag-user |
|
|
Re: [displaytag - Help] Exports only pagesize rows in Netui - helpI can't even seem to export the full list in struts.
I've tried both jars at http://jira.codehaus.org/browse/DISPL-292, but none seems to be working. exportFullList in PdfView.setParameters(...) is always false, even though I have "export.amount=list" in displaytag.properties.
|
| Free Forum Powered by Nabble | Forum Help |