Web parameter: viewpromptforsave

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

viewpromptforsave

Description

Enabling this parameter causes web clients to display a warning message when users cancel records with unsaved changes. Enabling this parameter from the web tier configuration file forces all web clients to display the save warning message. Enabling the this parameter from the web browser URL only displays the save warning message 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

true

Possible values

true (Enabled)

false (Disabled)

Example usage

<init-param>
  <param-name>viewpromptforsave</param-name>
  <param-value>false</param-value>
</init-param>