Try adding
<context-param>
<param-name>org.richfaces.LoadStyleStrategy</param-name>
<param-value>ALL</param-value>
</context-param>
<context-param>
<param-name>org.richfaces.LoadScriptStrategy</param-name>
<param-value>ALL</param-value>
</context-param>
to the web.xml which will make RichFaces download all the css and js as big cache-able
files.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4234073#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...