Pallavi_15 0 Newbie Poster

Hi All,

I have a list of claim ids, and I want to add previous and next button in the jsp .

  1. ClaimSerachResults page have the search list of claim ids. (Proposed claim/Generated Claim). After clicking on any claimid it display the full record details. Then user can modify any details in that claim id.
  2. After a claim is open, i want to add previous and next button in the bottom which shows the next element from the ClaimSerachResults page.

Can you please assist how to add Prev/Next buttons in Jsp?

List results = (List) request.getAttribute("searchResults");

This is the list which contains all the search records. Can you please help!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.