RotateTool JSP Tag Attributes

Use the RotateTool JSP tag to define a Rotate tool to display apart from the the View Toolbar. The Rotate tool allows users to change the layout of the dimensions in a thin presentation bean.

If you use the Toolbar tag, then you do not need to define a Rotate 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 RotateTool tag.