Web parameter: autoSubmit

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

Parameter

autoSubmit

Description

When this parameter is enabled, users can submit forms on the web client by pressing the Enter key. Enabling this parameter from the web tier configuration file forces all web clients to submit data with the Enter key. Enabling the this parameter from the web browser URL only submit data with the Enter key on that particular web client. Typically, you only need to disable this parameter on Japanese systems.

Valid if set from

Web browser URL

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

Requires restart of the web applications server?

Yes

Default value

true

Possible values

true (Enabled)

false (Disabled)

Example usage

<init-param>
  <param-name>autoSubmit</param-name>
  <param-value>false</param-value>
</init-param>

Related topics

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