4 Replies Latest reply on Feb 12, 2009 4:35 AM by tirupathineela

    applying new skins to the application

      Hi

      I want to have new skin to my application. With the existing rich faces I am able to apply only a few skins by using following logic

      <h:commandLink value="DeepMarine">
      <a4j:actionparam name="skin" value="deepMarine" assignTo="#{skinBean.skin}"/>
      </h:commandLink>

      But if I want to use another color, the changes are not done. How to solve this problem. Please help me. Thanks.