Use the Toolbar JSP tag to define a View Toolbar, which provides tools for manipulating a view. The Toolbar contains the following tools: ViewType, RotateTool, SortTool, and FavoriteTool.
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 that the toolbar is to manipulate. This Presentation tag must be contained in the same page as the Toolbar tag.