2 Replies Latest reply on Apr 1, 2008 1:45 AM by jbpringuey

    Help :Richfaces 3.0.1 to 3.2.0 -> css rendering issue

    jbpringuey

      Hello all,

      Here is my config
      Tomcat 5.5.26
      JDK 5
      JSP 2.0/JSTL
      facelets
      richfaces 3.2.0RC7
      myfaces 1.2.2

      With the richfaces 3.1.1 everything works perfectly :-) but I will need the file upload and other fixes, so I need to migrate...

      However, with 3.1.2, 3.1.3, 3.1.4 and 3.2.0, I have a css rendering issue that I am not able to understand.
      Obviously I have set
      <context-param>
      <param-name>org.richfaces.SKIN</param-name>
      <param-value>blueSky</param-value>
      </context-param>
      in my web.xml

      Here are the symptoms:
      All rich faces components are rendered fine (html) in the browser, and there is no excpetion at all, href to js are ok as well and I can see some js when I go to the url like (/a4j_3_2_0.CR7org.ajax4jsf.javascript.AjaxScript.jsf....) but none of my style are rendered like

      points in fact to a blank page in version after 3.1.1 but works fine in 3.1.1.

      Do you have any ideas? My caches of Tomcat, the browser have been cleared. How does this DATB/eAF7l.tFHgAHCgJv.jsf gets generated ? Is there a more static way to access the css like we do for the js?

      Thank you so much,

      jb