1 Reply Latest reply on Mar 24, 2011 12:05 PM by jobmathew

    Richface Button styling Help!!!

    jobmathew

      I would like to know how to change the style of the buttons .

       

      Please see the attachment.

       

      am always getting the old style buttons. but i see in richface live demo, buttons changes with the skin.

       

      i couldnt figure it out,

       

      Thanks in advance for the help

        • 1. Re: Richface Button styling Help!!!
          jobmathew

          Issue is fixed by configuring web.xml by adding the below lines.

           

          <context-param>

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

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

              </context-param>