0 Replies Latest reply on Sep 21, 2011 6:20 AM by yaseralhs

    skin

    yaseralhs

      I  used  skin in richfaces 4

       

       

      --------------------------------------------------------------------

      in file web.xml :->

      <context-param>

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

              <param-value>bbt</param-value>

          </context-param>

      ----------------------------------------------------------

      I put file bbt.skin.properties in root path

      :->

      baseSkin=blueSky

      --------------------------------------------------------

      I too used in Screen

        <h:head >

      <h:outputStylesheet library="css" name="mt.css"/>

                          </h:head>

      -------------------------------------------------------------------------------------------------------------

      when I set Parameter baseSkin in bbt.skin.properties the Screen Does not take my class Style Sheet mt.css

      I want ask Question

       

      is skin overridding to  my class Style Sheet mt.css?