aspose file tools
The moose likes Other Open Source Projects and the fly likes how to get the column total for the paginated records? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Other Open Source Projects
Reply Bookmark "how to get the column total for the paginated records?" Watch "how to get the column total for the paginated records?" New topic
Author

how to get the column total for the paginated records?

antsi klando
Greenhorn

Joined: May 10, 2011
Posts: 24
I am using display tags.teh <display:table> tag has varTotals = "true" and pagesize = "2".How will I get the total for the paginated record alone?My code gets the total for the entire records.


<display:table name="subSearchVO.subscrs"
id="subscriberTable" requestURI="/Subs"
class="dataTable" excludedParams="*" form="myform" pagesize= "2" varTotals="totals">
</display:table>
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: how to get the column total for the paginated records?
 
Similar Threads
Pagination In struts with oracle database
Conditional display of DisplayTable of DisplayTag
display:table pagination control?
pagination problem + struts1.3
Dynamic Attribute assignment (in Struts)