SortTool JSP Tag Attributes

Use the SortTool JSP tag to define a Sort tool to display apart from the View Toolbar. The Sort tool allows users to sort the dimension members in a thin presentation bean.

If you use the Toolbar tag, then you do not need to define a Sort tool.

Attributes

id -- (Required) A unique identifier for this tag.

scope -- Determines the accessibility and lifetime of the object; select one of the following values: Page, Request, Session, or Application. Typically, use Session, which is the default value.

presentationId -- (Required) Specifies the identifier of the Presentation tag with which the tool is associated. This Presentation tag must be contained in the same page as the SortTool tag.