Web parameter: comfillAutoComplete

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

Parameter

comfillAutoComplete

Description

This parameter enables auto complete for the Comfill control. If you want to disable auto complete globally in Service Manager, set the parameter to false.

To enable auto complete for a specific Comfill field, you must further enable the Auto Complete property of this Comfill control in Forms Designer. If this property is disabled, auto complete is disabled for this Comfill field regardless of the global comfillAutoComplete setting.

Valid if set from

Web tier configuration file (web.xml and webtier.properties)

Requires restart of the web application server?

Yes

Default value

true

Possible values

true (Enabled)

false (Disabled)

Example usage

<context-param>
  <param-name>comfillAutoComplete</param-name>
  <param-value>true</param-value>
</context-param>