I am currently using JSF 2.0 and Richfaces 3.3.3 and it’s working fine.
Now I want to add Primfaces to it; I had added required jar but the components are not rendered is there any configuration i have to add in faces-config or web.xml.
I am currently using JSF 2.0 and Richfaces 3.3.3 and it’s working fine. Now
Share
You can’t use Richfaces 3.3.3 and Primefaces together. Primefaces needs JSF 2.0 features, and Richfaces 3.3.3 doesn’t work with them.
Richfaces 3.3.3 needs facelets-1.1.15 and old ViewHandler, so new one is not used. Primefaces needs new ViewHandler, so it won’t work.
I had similar problem: Richfaces not working without old ViewHandler?