2 Replies Latest reply on Oct 5, 2011 6:17 PM by iabughosh

    Richfaces LoadStyleStrategy

    joschi03

      Hi all

      I use Richfaces 4.0 M2 with MyFaces 2.0.1. I want to disable all CSS styles of Richfaces. I tried it in multiple ways, but nothing worked. I think this way, no Richfaces styles should be loaded at all:

      web.xml:

      (...)

      <context-param>
          <param-name>org.richfaces.SKIN</param-name>
          <param-value>plain</param-value>
      </context-param>
      <context-param>
          <param-name>org.richfaces.LoadStyleStrategy</param-name>
          <param-value>NONE</param-value>
      </context-param>

      (...)

       

      But always the follwing style sheet is loaded:

      rfRes/skinning.ecss.jsf

      What do I miss?

      Thanks and regards
      Joschi