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. For more information, see Web tier parameters.

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

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>

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