Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1
-
Component/s: Decorators
-
Labels:None
-
Application server:tomcat
Description
using callbacks to get totals i.e TotalWrapper.java in sample package which extends TableDecorator.java is giving wrong results. if a single group is spanned across 2 pages and we are aggregating at that group level. the total for the 2nd page is shown without considering the total in the previous page.