1. paging and sorting coderanch.comhi; from controller i will get names to jsppage; these names come as ArrayList; For e.g names are "aaaa" "bbbbbbbb" "ccccccccc" "dddddddddd" "eeeeeee" "fffffffff" i want to implement paging concept for these names and also sorting; NAME "aaaa" "bbbbbbbb" "ccccccccc" "dddddddddd" "eeeeeee" "fffffffff" i am using displaytaglib;i have seen the examples source code;but i didnt understand how to apply to my ... |