Hi,
You could have a look at http://jira.codehaus.org/browse/DISPL-292 Ive build my own displaytag.jar by adding : Index: displaytag/src/main/java/org/displaytag/tags/TableTag.java @@ -1335,6 +1343,10 @@ { boolean exportFullList = this.properties.getExportFullList(); + if (exportFullList) // Makes wysiwyg exporters oberve export.amount config. + { + this.tableModel.setRowListPage(this.tableModel.getRowListFull()); + } if (log.isDebugEnabled()) { I can send you the jar if you need it. Hope this helps. David. De : Paslaru Narcis [mailto:[email protected]] Envoyé : mercredi 11 février 2009 19:10 À : [email protected] Objet : [***] Re: [displaytag-user] Export to excel and numbers??? Hello, I've also noticed a slight mistake in the poi export - it doesn't export the whole list - only the current page. That maybe because it uses the default table adapter that displaytag is using to render the html view where it only displays the current page pf the list. Cheers, Narcis
------------------------------------------------------------------------------
_______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

