SearchTool JSP Tag Attributes

Important: To search the BI Beans Catalog in the current release of BI Beans, use the ExplorerDetail tag instead of the SearchTool tag because the ExplorerDetail tag has both browse and search capabilities. The SearchTool tag remains in the product for compatibility with earlier releases.

Use the SearchTool JSP tag to create an instance of the oracle.dss.thin.beans.persistence.ExplorerSearch object that allows you to display search results for the BI Beans Catalog. You can use the scripting variables that are created by this tag to get and set the properties of the ExplorerSearch object.

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.

openPage -- Specifies the page to navigate to when the Open button is clicked in the SearchTool. The SearchTool fires an event to open this page.

presentationId -- Specifies the identifier of the Presentation tag that is to serve as the target for the view that is to be opened. This Presentation tag must be contained in the page that is specified by the openPage attribute.