2 Replies Latest reply on Feb 5, 2009 4:01 AM by grzechom

    skin and <param<paramValue>

    grzechom

      Hi,

      I've noticed that there are some new cool skins at richfaces demo site (i.e. laguna). I tried to use it, but with no success - every time "No skin with name 'laguna' found" (or similar) exception is thrown.

      I'm using RichFaces 3.3.0.GA. What should I pass instead of '???' for laguna skin in my web.xml?

      <context-param>
       <param-name>org.richfaces.SKIN</param-name>
       <param-value>???</param-value>
      </context-param>
      


      for blueSky its:
       <param-value>blueSky</param-value>
      

      ,but for default: (yes, uppercase, where is any logic here? ;) )
       <param-value>DEFAULT</param-value>
      


      What about i.e. Glass-X? Where is the source I can find proper values for skins to set in <param-value>? I found something in documentation, but it seems to be outdated (there are only a half of all now available skins).

      Cheers,
      Matthew