1 Reply Latest reply on Dec 2, 2009 6:55 AM by ilya_shaikovsky

    styleClass Problem  firefox

      Hello I am a newbie to RichFaces. i am currently having a problem with styleClass. everthing seems to be working fine on internet explorer but when i run my app on firefox styleClass attribute for some components is ignored i.e. it is working fine for Select controle but for input field its not working I googled this problem and found that this problem is due to controle skinng property and suggested solutions was

      <context-param>
      <param-name>org.richfaces.CONTROL_SKINNING</param-name>
      <param-value>enable</param-value>
      </context-param>

      entry in web.xml but when i enter this code in web.xml all disabled fields apper same as enabled. although they are disabled but their apperance looks like enabled fields any suggestions are highly appreciated

      kindly help me out
      Thanks and Regards in advance