1 Reply Latest reply on Aug 30, 2011 2:36 AM by bkasodariya

    theme change

    bkasodariya

      how can i change my richfaces theme?

      I tired below stepu but it's not working.

       

        <context-param>

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

         <param-value>wine</param-value>

      </context-param>

       

      is this right way or do i need to configure other things?

       

      Thanks,

      Bharat Kasodariya

        • 1. Re: theme change
          bkasodariya

          It's resolved. the issue was with SKIN.I updated it to small 'skin'.

           

          <context-param>

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

             <param-value>blueSky</param-value>

          </context-param>

           

           

          Thanks,

          Bharat