Web parameter: autoCompleteDelayTime

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

autoCompleteDelayTime

Description

This parameter defines the delay time in milliseconds to trigger the auto complete feature after you stop typing characters in a Comfill field.

Valid if set from

Web tier configuration file (web.xml)

Requires restart of the web application server?

Yes

Default value

200

Possible values

0 to unlimited

Note If you specify an invalid value, the default value is used.

Example usage

<context-param>
  <param-name>autoCompleteDelayTime</param-name>
  <param-value>200</param-value>
</context-param>