Web parameter: autoCompleteMinChars

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

Parameter

autoCompleteMinChars

Description

This parameter defines the minimum number of characters you must type in a Comfill widget to trigger the auto complete feature.

Valid if set from

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

Requires restart of the web application server?

Yes

Default value

3

Possible values

1 or greater

Note If you specify a value of zero or a negative number, the default value is used.

Example usage

<context-param>
  <param-name>autoCompleteMinChars</param-name>
  <param-value>3</param-value>
</context-param>