This content has been marked as final.
Show 2 replies
-
1. Re: Richfaces 4 - skin issue
bluez974 Mar 28, 2014 7:16 AM (in response to cohencyr4)1 of 1 people found this helpfulHi,
Make sure you have resourceOptimization param set to false in the web.xml
<context-param>
<param-name>org.richfaces.resourceOptimization.enabled</param-name>
<param-value>false</param-value>
</context-param>
There is apparently an issue with this functionnality.
I had the same issue and this solution solved it.
-
2. Re: Richfaces 4 - skin issue
michpetrov Mar 28, 2014 9:32 AM (in response to cohencyr4)1 of 1 people found this helpfulHi,
If you want to use custom skins and resource optimization you will need to generate the optimized resources. I've written a post about this.