Administer > System configuration parameters > Client parameters for Web clients > Web parameter: enableListFrameStateRetain

Web parameter: enableListFrameStateRetain

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

Parameter

enableListFrameStateRetain

Description

This parameter enables the list detail page to retain the expand-collapse state of the List Pane when the list detail page refreshes. If you set this parameter to false, the List Pane is always in expanded state once the list detail page refreshes.

Note With enableListFrameStateRetain enabled, if you open a page ("destination page") from an existing page ("source page") and the two pages have the same file name (for example, ocmq), the expand/collapse state of the list frame in the source page is not retained when you return to it.

Valid if set from

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

Requires restart of the web applications server?

Yes

Default value

false

Possible values

true (Retain the expand-collapse state of the List Pane)

false (Do not retain the expand-collapse state of the List Pane)

Example usage

<context-param>
  <param-name>enableListFrameStateRetain</param-name>
  <param-value>false</param-value>
</context-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
SSL parameters