Web parameter: disableKeyHelp

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

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 and webtier.properties)

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>

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