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

JSF 2.0 pagination

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am to develop a pagination UI with facelets in JSF 2.0. It seems that the approach to develop customized component is different from JSF 1.2.
As per the requirement, I cannot use any third party api's like richfaces, tomhawks etc. The environment is Netbeans 6.8, glassfish v3, EJB 3.x, JEE6.
Appreciate any direction in this regard.

Thanks
Sarad
 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well you can try using PrimeFaces with JSF 2.x .. it works perfectly .. and the pagination is so easy.

here is the website to download the libs of prime

http://www.primefaces.org/

and here is an example of what you can do with it

http://www.primefaces.org/showcase/ui/home.jsf

hope this can help you
 
Attractive, successful people love this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic