Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2966184 By: wushyue
i want to use displaytag to display my pagination data,but i found that it paginate data based List.if i get all data from database,and put it into List,it cause out of memory.because i want to use hibernate pagination technolyge: setMaxResult(pageSize); setFirstResult((pageNum - 1)*pageSize) to implement it.but i don't know how use the pageSize and pageNum parameter to implement pagination in displaytag? could help me! ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=249317 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

