February 24, 2014

Content Compression

Add the below statement to the web.xml to disable content compression so that we can see the fusion css classes to each component.

<context-param>
<param-name>org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION</param-name>
<param-value>true</param-value>
</context-param>

No comments:

Post a Comment