Web parameter: autoCompleteMinChars

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

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)

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>