page navigation

hello people,i am retreiving some 200-400 images from database.i want to display 9 perpage and include page navigation .like previous-1-2-3-4-5-6-7-8-9-nexthow can i use page navigationi am new to jspand can u please guide methanking
[300 byte] By [chaithubtecha] at [2007-11-27 7:39:19]
# 1

well the general answer is "you develop the logic to do that". Things might become easier if you are using a web framework such as JSF or Spring.

Do a search for "java jsp pagination", that might give you some clues, like this page:

http://www.javaworld.com/javaworld/jw-07-2004/jw-0726-pagination.html

gimbal2a at 2007-7-12 19:19:59 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
do u know struts frame work?if so let me know i iwll send the codebye
srinivas_420_javaa at 2007-7-12 19:19:59 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
hi,i want pagination code( 1 2 3 4 5 like this) using struts please send me code regards janni.y
sai@siri_a at 2007-7-12 19:19:59 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
use <displaytag> from sourceforge.net. URL is: displaytag.sourceforge.net/
baby_corna at 2007-7-12 19:19:59 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...