Hi David, I've developped a class that exports just like you modified it and I've registrered it in my displaytag.properties. This way I didn't have to modify the original displaytag jar. Should I submit my code into JIRA ?
Thanks a lot, Narcis 2009/3/26 David Pilato <[email protected]> > Hi, > > > > > > You could have a look at http://jira.codehaus.org/browse/DISPL-292 > > I’ve 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 > >
------------------------------------------------------------------------------
_______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

