I am using jboss seam 2.2.1 final, rich-faces (not sure about its version) and primefaces 1.1 in my web project. The project is deployed as an EAR file. When I add the primefaces.jar into the archive (under WEB-INF/lib), all the seam jsf controls (e.g. s:link, s:label, s:div etc.) in my pages cannot be rendered. So, I cannot see those in the browser.
Thanks in advance.
Try setting the
org.richfaces.CONTROL_SKINNING
context-param todisable
. For more information, see here.