Administer > System Configuration Parameters > Client parameters for Web clients > Web parameter: enableExitConfirmMessage

Web parameter: enableExitConfirmMessage

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

enableExitConfirmMessage

Description

If this parameter is enabled (set to "true"), when the user clicks the Close ("x") button of the Service Manager web client page or manually refreshes the entire web client page, a confirmation message is displayed that indicates the user might have unsaved data. The message asks the user to confirm whether to stay on the current page or leave the page.

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>enableExitConfirmMessage</param-name>
  <param-value>true</param-value>
</context-param>