Web parameter: viewactivenotes

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

Parameter

viewactivenotes

Description

Enabling this parameter causes web clients to display messages in a message box as well as in the status bar. Enabling this parameter from the web tier configuration file forces all web clients to display messages. Enabling this parameter from the web browser URL only displays messages on that particular web client.

Valid if set from

Web browser URL

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

<init-param>
  <param-name>viewactivenotes</param-name>
  <param-value>true</param-value>
</init-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