Web parameter: viewactivenotes

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

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)

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>