aspose file tools
The moose likes JSF and the fly likes Primefaces vs RichFaces together Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Primefaces vs RichFaces together" Watch "Primefaces vs RichFaces together" New topic
Author

Primefaces vs RichFaces together

Angus Ferguson
Ranch Hand

Joined: Jun 22, 2012
Posts: 240
Hi

is posible uising richfaces and primefaces in the same file?

Thanks
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14456
    
    7

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.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Primefaces vs RichFaces together
 
Similar Threads
Richfaces and Primefaces together
How to change font size of submenu and menu of primefaces.
Periodic refresh of a JSF component
Which web app framework would you choose for an enterprise environment?
Component to change text type with prume faces