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>

Related topics

System parameters
Web tier parameters
Enter a parameter in the web client URL
Enter a parameter in the web.xml file

Related topics

Client parameters for web clients
Web parameter: comfillAutoComplete
Web parameter: autoCompleteDelayTime
Web parameter: autoCompleteListSize