| Author |
Pagination in JSP (Graphical)
|
Hanna Habashy
Ranch Hand
Joined: Aug 20, 2003
Posts: 532
|
|
I searched for pagination, but I couldn't find what I am looking for. My DAOs already support pagination, so it is implements at the database side. My question is regarding the represntation side JSP. How can I display something like that: << < 1234 > >> Is there any open source or a tag library I can use? Thanks
|
SCJD 1.4<br />SCJP 1.4<br />-----------------------------------<br />"With regard to excellence, it is not enough to know, but we must try to have and use it.<br />" Aristotle
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56191
|
|
|
Are you asking how to display little arrow images? I'm not really sure what you are asking. This is is some pretty straight-forward HTML.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Rajkamal Pillai
Ranch Hand
Joined: Mar 02, 2005
Posts: 434
|
|
Hi, Have you heard of the Display tag library? It provides pagination with some good features. Have a look at the links below. http://displaytag.sourceforge.net/10/tagreference-displaytag-12.html http://displaytag.sourceforge.net/11/install.html Cheers, Raj.
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
"Raj Kamal R", Please check your private messages regarding an important administrative matter. -Ben
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: Pagination in JSP (Graphical)
|
|
|