0 Replies Latest reply on Mar 29, 2012 3:30 AM by reneo

    Richfaces 4.1 - dynamic skin changing

    reneo

      Hello,

      is there any way to change the skin without having a context-parameter defined in web.xml:

      <context-param>

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

          <param-value>#{applicationModel.layout}</param-value>      

      </context-param>

       

      Changing skin with context-parameter defined works perfectly, but I was wondering if it works without it too.