• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Pagination Problem using displayTag 1.2

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am trying to use pagination to display a grid view where multiple entries need to be displayed. Now the problem is the page size is coming as desired but when i hit the next the entries vanish and " NO RECORD TO DISPLAY IS DISPLAYED"



userList is an arraylist of type



Please suggest where I am going wrong.



1.JPG
[Thumbnail for 1.JPG]
The output screen
2.JPG
[Thumbnail for 2.JPG]
On clicking the next button
 
Dushyant Chhetri
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Solved it..




had missed this small bit..




reply
    Bookmark Topic Watch Topic
  • New Topic