in my application the jsp is calling the method to fetch records from database.the method returns an array and using for loop the array values are displayed using jsp technology in the html page. if suppose the array length is 100 then 100 records are displayed on the same page.i want that 20 records should be displayed on the page and using a link next 20 later then next 20 and so on.
please suggest probable methods to do this. thanx in advance