1 Reply Latest reply on Jan 14, 2008 3:12 AM by nickarls

    Chaning RichFaces skin during development

    hubaghdadi

      Hi.
      seam-gen tool asks us which theme to use for RichFaces suite.
      What is happing under the hood when I select a skin (wine for example) beside of storing this value in seam-gen/build.properties file?
      How to change this value later during application development?
      Thanks.

        • 1. Re: Chaning RichFaces skin during development
          nickarls

          Nothing magical, it just goes into web.xml as a parameter

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


          as described in

          http://labs.jboss.com/file-access/default/members/jbossrichfaces/freezone/docs/devguide/en/html/SettingsForDifferentEnvironments.html