Reputation: 6774
i was wondering if it's possible to use in one application two different JSF components like icefaces and primefaces ? if that's possible what are the limitations/problems of such approach ? and how can i configure that in my web.xml ?
Upvotes: 0
Views: 1976
Reputation: 37071
it is possible... but be aware that the latest Icefaces is actually a 100% wrapped Primefaces... (they took the entire primefaces source code....)
INMO, you better stick to one of them only... And since Primefaces is the original one and is super active project I'd say without a doubt is the right choice...
read this
IceFaces Copies PrimeFaces Line by Line
Upvotes: 2