• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

datatable showing records partially

 
Ranch Hand
Posts: 113
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am having a search page with datatable in my jsf page which here is the problem description
1.) on clicking on search button I should see all records but some times all records are not shown and last 10-15 records are not present (this happens only some times but not always)
2.) Some times last records shown on my datatable is visible only half and not full. For ex. if last records has four fields in it (name, position,group,business) then last record shows only first two values and next two values are not visible.

Is it some thing to do with stack overflow for datatable or some thing like that. please suggest how to avoid this problem.
here is my datatable code
 
reply
    Bookmark Topic Watch Topic
  • New Topic