Hi, I added one JSF frame to my existing JSP/Servlet application running on JBoss. I noticed that many of these messages popped up on my server log. This happens when I am not even access the JSF page.
14:05:00,909 WARN [StreamingResourceLoader] No streamable resources found for request: 5 resourceUri: 5/header.css Also my performance tuning tool shows multiple tempts to access /faces/myFacesExtensionResource/org.apache.myfaces.component.html.util.StreamingResourceLoader/11525526/5/header.css My code has no reference to header.css? Can anyone explain what is special about header.css and how I can get by this problem? Thanks a lot for your help, Jane

