[displaytag-devel] [jira] Commented: (DISPL-361) Can't export entire list when using external paging/sorting

2006-06-08 Thread Justin Haddad (JIRA)
[ http://jira.codehaus.org/browse/DISPL-361?page=comments#action_66972 ] Justin Haddad commented on DISPL-361: - Any other thoughts on this? Do you think its a bug, or a config issue on my part? If you could point me at an area in the code, I can try to

[displaytag-devel] [jira] Commented: (DISPL-361) Can't export entire list when using external paging/sorting

2006-06-08 Thread Justin Haddad (JIRA)
[ http://jira.codehaus.org/browse/DISPL-361?page=comments#action_66984 ] Justin Haddad commented on DISPL-361: - I'm seeing that both TableModel.rowListFull and TableModel.rowListPage contain only one page worth of data, 10 out of the 13 rows in my list,

[displaytag-devel] [jira] Commented: (DISPL-361) Can't export entire list when using external paging/sorting

2006-06-08 Thread Jorge L. Barroso (JIRA)
[ http://jira.codehaus.org/browse/DISPL-361?page=comments#action_66988 ] Jorge L. Barroso commented on DISPL-361: Justin, from what I can tell thus far, it looks like partial lists and full export are not supported. If you read through the partial

[displaytag-devel] [jira] Commented: (DISPL-361) Can't export entire list when using external paging/sorting

2006-06-08 Thread Jorge L. Barroso (JIRA)
[ http://jira.codehaus.org/browse/DISPL-361?page=comments#action_66991 ] Jorge L. Barroso commented on DISPL-361: I've confirmed this issue with a unit test that exports to csv using the original export view, a PaginatedList instance, and export.amou