Web parameter: useservertabs

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

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)

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>