1 Reply Latest reply on May 17, 2009 5:37 PM by nbelaevski

    Problem loading resources

      Hello, I am using Richfaces 3.3 with MyFaces 2.1.6 on a Tomcat 6 runniing JDK 6. I have the problem that some resources cannot be found resulting in ResourceNotFoundExceptions. The following resources cannot be found:

      Resource not registered : /org/richfaces/renderkit/html/css/basic_classes.xcss
      Resource not registered : /org/richfaces/renderkit/html/scripts/skinning.js
      Resource not registered : /org/richfaces/renderkit/html/css/extended_classes.xcss

      Does anyone have an idea why they cannot be found. What I have learned from tracing the request is, that these resources are not handled by the filter but the requests get forwarded to the FacesServlet. For the other resources the filter is handling the requests