• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Pagination Problem

 
Greenhorn
Posts: 18
Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is My Problem.

I have a database that gives 50 records at a time even if the record contains more records.
I want to do pagnation using only JSP but the the condition is when i reach the last record i need to again hit the database, get records and append it to the present list of records in the JSP.
Can some one help me out in doing so using only JSP as the in cannot use AJAX.
javascript:emoticon('');

Thanks in advance.
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JQuery rocks in this scenario
 
reply
    Bookmark Topic Watch Topic
  • New Topic