• 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

Enabling / Disabling pagination in displaytag

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
In my jsp page i use displaytag for search results. Pagination works fine but i want to disable the pagination (i mean to display all the records in the same page itself). I have a "Single Page" link. On clicking that link, the pagination must be disabled. In the single page result, there will be a link "Paginate List" where pagination will be enabled.

I tried the following:


Could anybody please let me know how to do this?

Cheers,
Vijay V Gopal

 
reply
    Bookmark Topic Watch Topic
  • New Topic