Web parameter: showNavIcon

Web parameters change the behavior of the web clients that connect to the web tier. You can set some of these parameters from the web client login URL, some from the web tier configuration file (web.xml), and some from both.

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)

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>