Web parameter: useservertabs

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

Parameter

useservertabs

Description

This parameter causes web clients to display tabs in the order that the server has them saved on the form. By default, this parameter is disabled, and web clients display tabs from right to left and top to bottom.

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

false

Possible values

false

true

Example usage

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

Related topics

System parameters
Web tier parameters

Related topics

Enter a parameter in the web client URL
Enter a parameter in the web.xml file

Related topics

Client parameters for web clients