0 Replies Latest reply on Jan 16, 2012 5:51 AM by bhaskaronline4u

    Richfaces Primefaces CSS Conflict with enableControlSkinning

    bhaskaronline4u

      I am trying a sample JSF project using both richfaces (4.0) and primefaces (2.2).


      but when i use the enableControlSkinning like the following

       

           <context-param>

              <param-name>org.richfaces.enableControlSkinning</param-name>

              <param-value>true</param-value>

          </context-param>

       

      Some of the Primefaces component are not shown properly (yet to see the functionality of the components) ..
      I think the css is conflicting.

      but if i set enableControlSkinning to false, primefaces component works fine...

       

      any suggestion to set the enableControlSkinning without any trouble ?

       

      one snapshot of a primeface command button ...
      Primefaces theme : home
      Richfaces skin : glassX
      but the p:commandButton on hover is showing both the themes ...

      Untitled.png