• 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:

How to use Inbuilt Pagination Suppourt of DOJO Framework while displaying Data in JSP

 
Ranch Hand
Posts: 2234
Eclipse IDE Firefox Browser Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Inside JSP Page :

Hi , Please help me in using inbuilt Pagination Suppourt of DOJO Framework .

THis is my AJAX call , whcih happens on click of a Button shown .




This is the button :






INside My Servlet class , i am hardcoding Creating a StringBuffer and appending data to it as shown .



This is working fine , The Data is being displayed on to the DIV tag on to the JSP Page .

PLease let me know how can i use inbuilt Pagination suppourt of DOJO , so that i want to include pagination while Displaying data .

Please find the Screen shot of this Result .

Thanks in advance .
Post.jpeg
[Thumbnail for Post.jpeg]
 
Ravi Kiran Va
Ranch Hand
Posts: 2234
Eclipse IDE Firefox Browser Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anybody please help me on this , simply please let me knw how can i use rowsPerPage: 10 in this case ??

Thanks in advnace .
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic