Displaytag (partialList ="true") 分頁例子子
JSP:









name="resultList" 將記錄集存在session或者request中的鍵值
pagesize="100" 每頁顯示100條數(shù)據(jù)
sort="external"? 外部排序
id="row"?? 表格id值,用于程序得相關的參數(shù)
partialList="true"? 分段從數(shù)據(jù)庫中讀數(shù)據(jù)
size="resultSize"? 記錄的總條數(shù),用于計算總頁數(shù)
Controller:
























其中 logDao.getAllCount() 和 logDao.getLogList(int?pageIndex,int?pageSize),根據(jù)不同持久層有不同實現(xiàn),此處略。