Web parameter: maxGroupSize

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

maxGroupSize

Description

This parameter defines the maximum number of records that can be contained in a virtual group of a record list. For example, when a user views a queue, the records may be grouped by type, initially. The user can then click a group to display the records it contains. When the number of records in a group exceeds this parameter value, the group is split into multiple virtual groups according to this parameter value.

Valid if set from

Web tier configuration file (web.xml)

Requires restart of the web applications server?

Yes

Default value

100

Possible values

25 - 100

Example usage

<init-param>
  <param-name>maxGroupSize</param-name>
  <param-value>50</param-value>
</init-param>