• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

JSF2.0 and RichFaces

 
Ranch Hand
Posts: 265
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
sorry to ask the question. I'm new to JSF2.0 and I'm currently trying to develop a website using JSF2.0/facelets.
I wanted to create a modal dialog box using JSF2.0 but could not find a solution. I found that
RichFaces had examples that I could use. Is it offen common practice to mix RichFaces with
JSF2.0 ???.

Mat
 
Saloon Keeper
Posts: 28653
211
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My main project at the moment is an extensive RichFaces webapp using JSF 2.0 and it has, in fact, a number of pop-up modal dialogs in it.

Although the full benefits of JSF 2.0 for RichFaces is still awaiting RichFaces version 3, the functionality is there, and it's primarily the performance and code simplicity that's being improved. In the mean time, however, JSF2 and RichFaces do play well enough together that I've been running it in production for over 6 months.
 
Mat Anthony
Ranch Hand
Posts: 265
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply Tim.

Mat
 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
@Tim: just a minor correction, RichFaces 4 is based on JSF 2.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic