TotalTableDecorator - paging no grand total appearing
-----------------------------------------------------
Key: DISPL-476
URL: http://jira.codehaus.org/browse/DISPL-476
Project: DisplayTag
Issue Type: Bug
Components: Decorators
Affects Versions: 1.1
Reporter: Kevin Dooley
Fix For: 1.1
When using a totalTableDecorator with paging no total appears on last page of
report
Problem seems to be in TotalTableDecorator.finishRow()
uses
if (getViewIndex() == ((List) getDecoratedObject()).size() - 1)
when maybe it should use
if (getListIndex() == ((List) getDecoratedObject()).size() - 1)
--
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
displaytag-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel