3 Replies Latest reply on Apr 3, 2012 5:39 PM by iabughosh

    Disable Richfaces css

    carabou

      Hello,

       

      Can we disable Richfaces css for datatable ?

       

      I've put these parameters in my web.xml :

       


      <context-param>


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


      <param-value>plain</param-value>

      </context-param>

      <context-param>


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


      <param-value>false</param-value>

      </context-param>

       

      But in firebug I still see a datatable.ecss that seems to apply some default style on my datatable.

       

      Thanks for your repply.