Web parameter: showAddFavButton

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

Parameter

showAddFavButton

Description

Enables the Add Favorite button in the Record List toolbar and the Detail List toolbar to add favorites.

Valid if set from

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

<context-param>
  <param-name>showAddFavButton</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