Web parameter: showNavIcon

Web parameters change the behavior of the web clients that connect to the web tier. For more information, see Web tier parameters.

Parameter

showNavIcon

Description

If this parameter is set to true, each System Navigator menu item will display an icon that indicates the type of menu item. If the parameter is set to false or not present, the navigator menu items do not display icons.

Valid if set from

Web tier configuration file (web.xml and webtier.properties)

Requires restart of the web applications server?

Yes

Default value

false

Possible values

true (Enabled)

false (Disabled)

Example usage

<context-param>
<param-name>showNavIcon</param-name>
<param-value>false</param-value>
</context-param>

Related topics

System parameters
Web tier parameters
Enter a parameter in the web client URL
Enter a parameter in the web.xml file
Client parameters for web clients