-
how to display data on jsp page (3 messages)
- Posted by: UTHPALA WICKRAMASINGHA
- Posted on: May 06 2009 07:14 EDT
Hi All - I am developing a small web application with j2ee and mysql. i need to retrive some of data from the database and wanna display them page wise, which means every time the result page will display only 10 records, if you want to see the next 10 results the link should be given to retrieve the next 10 rows. please i need someone's help.Threaded Messages (3)
- Re: how to display data on jsp page by Will Hartung on May 06 2009 15:10 EDT
- thanks by UTHPALA WICKRAMASINGHA on May 11 2009 07:19 EDT
- am also having same problem.. by a ds on January 02 2010 00:37 EST
-
Re: how to display data on jsp page[ Go to top ]
- Posted by: Will Hartung
- Posted on: May 06 2009 15:10 EDT
- in response to UTHPALA WICKRAMASINGHA
Go take a look at DisplayTag, a nice pager tag lib for JSP. -
thanks[ Go to top ]
- Posted by: UTHPALA WICKRAMASINGHA
- Posted on: May 11 2009 07:19 EDT
- in response to Will Hartung
Hi - thanks for the info, any web site which can be referred ? -
am also having same problem..[ Go to top ]
- Posted by: a ds
- Posted on: January 02 2010 00:37 EST
- in response to UTHPALA WICKRAMASINGHA
http://forums.sun.com/thread.jspa?threadID=188239 it constitutes of most of the solutions..