8 Replies Latest reply on Sep 6, 2013 7:25 AM by jadtn

    [RF4.3.3.Final] 404 for skinning.css with skin='plain'

    jadtn

      Hi,

      [Richfaces 4.3.3.Final jboss eap6.1]

      I've some page very light where I not use richfaces components, so to avoid request not need   i set skin to 'plain' or null.:

      If skin is plain, then I get a 404 error for skinning.css (<link...> present in header).

      If skin is null the the skinning.css is delivered.

       

      In skin = plain or null, I thinks its expected no needed resourses for skin is asked....Is the problem known?

      Thanks Adrien

       

       

      <context-param>

        <param-name>org.richfaces.resourceOptimization.enabled</param-name>

        <param-value>true</param-value>

      </context-param>

       

      skin="plain":

      http 404 for skinning.css

      http://localhost/org.richfaces.resources/javax.faces.resource/org.richfaces.staticResource/4.3.3.Final/PackedCompressed/…

       

      skin=null,

      skinning.css  is donwloaded with a size of 1.7KB