This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: a4j:loadStyle - page source-code missing stylesheetsnbelaevski Feb 25, 2009 1:09 PM (in response to maxmustang)Hello, 
 Please check that you have four dispatchers bound to RF filter:<filter-mapping> <filter-name>richfaces</filter-name> <servlet-name>Faces Servlet</servlet-name> <dispatcher>REQUEST</dispatcher> <dispatcher>FORWARD</dispatcher> <dispatcher>INCLUDE</dispatcher> <dispatcher>ERROR</dispatcher> </filter-mapping> 
- 
        2. Re: a4j:loadStyle - page source-code missing stylesheetsmaxmustang Feb 27, 2009 5:40 AM (in response to maxmustang)Thank you very much that was it exactly! (works perfectly) 
 
    