Web parameter: sortNavItems

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

Parameter

sortNavItems

Description

This parameter sets the sort order System Navigator menu items. By default, this parameter is set to true, which means the System Navigator menu items are sorted in ascending, alphabetical order. When this parameter is set to false, the menu items display in the order they arrive from the server. If this parameter is deleted, System Navigator menu items are sorted in ascending, alphabetical order.

Valid if set from

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

<context-param>
  <param-name>sortNavItems</param-name>
  <param-value>true</param-value>
</context-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