Web parameter: viewpromptforsave

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

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

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>