How to implement navigation technique in a JSP page
Hi, I am just new in JSP. Since last two months i am working in JSP. I am doing a project of online exam. In this I assign different students to a particular exam center. If the list of students is bigger I am showing the list in the size of 10. A user just picks the students from this list and the clicks on the next button to see next 10 students and so on. My need is when i say assign the students to the exam by clicking on the "Assign" button all students from the previous page as well as from the current page should get asssigned. What currently happening is i am able to assign the exam from the current page only. Please anyone can help me. Can I maintain the status of the selected students of the previous pages (might be by setting them in session). But how exactly i can do it? Can anyone explain with example?
Thanks in advance.

