4 Replies Latest reply on Apr 1, 2011 4:47 AM by mikaelbeermann

    Stylesheet missing in RichFaces 4

    mikaelbeermann

      Hi,

       

      I'm trying out RichFaces4, but can't get the skinning to work at all. in web.xml I have set the context

      <context-param>

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

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

          </context-param>

       

      However no skin is applied, no stylesheet is added to the web pages. Is it something that has to be included in the template or in each xhtml file to get the skinning to work?

       

      /Mikael