• 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

Primefaces vs RichFaces together

 
Ranch Hand
Posts: 1402
3
Netbeans IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

is posible uising richfaces and primefaces in the same file?

Thanks
 
Saloon Keeper
Posts: 27762
196
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
Unless the PrimeFaces and RichFaces teams explicitly say so, I'd be very reluctant to mix PF and RF even in the same application, much less on the same page.

There are some extension tagsets that can be mixed and matched with impunity, but the more complex ones often do their magic by tapping deep into JSF's internal operations and sometimes they both want to tap the same resource, but do so in conflicting ways. Periodically, JSF adds improvements designed to minimize the need to do this sort of stuff (or at least co-ordinate it), but it's a bit of a gamble if no one is willing to certify it.
 
reply
    Bookmark Topic Watch Topic
  • New Topic