Displaytag1.1大數據量分頁的例子
摘要: Displaytag1.1支持在外部實現大數據量分頁。主要有兩種方式實現:Displaytag 1.1 offers two alternative ways for working with partial lists:
the first one uses the valuelist pattern, and requires that the object that you give to displaytag implements the org.displaytag.pagination.PaginatedList interface. You can pass this object to displaytag as an usual list, and it will extract paging and sorting information from it. This way is more recommended if you have to build your backend layer and you can easily 閱讀全文
posted @ 2007-02-08 11:35 zJun's帛羅閣 閱讀(7460) | 評論 (20) 編輯