Web parameter: disableKeyHelp

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

disableKeyHelp

Description

By default, Service Manager displays contextual help for each field on a form. This parameter allows you to disable the contextual help.

Valid if set from

Web tier configuration file (web.xml)

Requires restart of the web applications server?

Yes

Default value

false

Possible values

true (Disabled)

false (Enabled)

Example usage

<context-param>
  <param-name>disableKeyHelp</param-name>
  <param-value>true</param-value>
</context-param>