2 Replies Latest reply on Jun 8, 2009 5:12 PM by rajeshiv

    changing richfaces skin

      Hi,
      Iam using richfaces 3.0 version with my JSF 1.1 application. I want to be able to change the css of the skin of my richfaces componets, by the flip of the property in the web.xml. I have added the following parameter in the web.xml :

       <context-param>
       <param-name>org.richfaces.SKIN</param-name>
       <param-value>ruby</param-value>
       </context-param>


      and restarted the server, but I dont see any changes to the skin of my richfaces components. Am I missing something , what else should I do additionally to chnage the skin of my richfaces components. Your help is highly appreciated, Thanks you in advance!!!