Web parameter: comfillAutoComplete

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

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)

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>