I'm developing an online web based system for my 3rd year project using JSP & Servlets. I have a database table which includes details of the applicants..and I want to display the information of each applicant page by page. That mean only a single person's details is displayed on the page.There should button called Next in the botto of the page and when I click it I want the page to refreshed and disply the details of the next applicant. Only the content of the page should be changed.i.e. There should b onlya single jsp page, but with every button refresh the it's content should be chaged.
I'm finding it hard to write a code to meet this functionality...so Can anyone send me sample code which performs the way I require. I need a quick reply.
Thanx