Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1
-
Component/s: Tag Library
-
Labels:None
-
Application server:all
Description
The body of <display:footer> is executed during the first pass through the table tag body. This means that it cannot be used for things like totals, etc that depend on having spun through the complete list.
The footer body should only be evaluated when the table is performing its final iteration.
The footer body should only be evaluated when the table is performing its final iteration.