0 Replies Latest reply on Sep 20, 2011 9:13 PM by jim_mack

    Issue with rich:DataTable header displaying gradients

    jim_mack

      I am unable to get rich:dataTable header to display gradients using built-in and plugable skin. Other components display gradients, but the table is a flat solid color (it changes with the skin). I am using a simple table and not overridding any styles. I have stripped out all the css files, but it still looks like something is overriding the gradient.

       

      I am using Richfaces 3.3.3.Final with Seam 2.2.2.Final.

       

      I have tried a number of skins:

      blueSky

      laguna

      deepMarine

      glassX

       

      my web.xml


      <context-param>


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


      <param-value>laguna</param-value>

      </context-param>

      <context-param>


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


      <param-value>enable</param-value>

      </context-param>

      <context-param>


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


      <param-value>extended</param-value>

      </context-param>

      <context-param>


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


      <param-value>enable</param-value>

      </context-param>

       

       

       

       

      I am missing a setting? Has anyone run into this before?

       

      Thanks,

      Jim