문제

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.

도움이 되었습니까?

해결책

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?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top