Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7RC1
-
Fix Version/s: 1.7
-
Component/s: Documentation
-
Labels:None
-
Environment:N/A
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
In ICE-1408, Adnan wrote the following that should be published in the portlet section of the ICEfaces Developer's Guide:
The changes has been made, so the ICEfaces extended components can spit out the portlet specific style classes only when in portlet environment and the following context parameter being set to true in the web.xml "com.icesoft.faces.portlet.renderStyles". The default value of this parameter is true. To disabling it the following param need to be set to false exclusively.
<context-param>
<param-name>com.icesoft.faces.portlet.renderStyles</param-name>
<param-value>false</param-value>
</context-param>
The changes has been made, so the ICEfaces extended components can spit out the portlet specific style classes only when in portlet environment and the following context parameter being set to true in the web.xml "com.icesoft.faces.portlet.renderStyles". The default value of this parameter is true. To disabling it the following param need to be set to false exclusively.
<context-param>
<param-name>com.icesoft.faces.portlet.renderStyles</param-name>
<param-value>false</param-value>
</context-param>
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion