Primefaces with Seam

3.3k views Asked by At

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.

1

There are 1 answers

0
Markos Fragkakis On

Try setting the org.richfaces.CONTROL_SKINNING context-param to disable. For more information, see here.