ExplorerQuickSearch JSP Tag Attributes

Use the ExplorerQuickSearchDef element to create an instance of the oracle.dss.thin.beans.persistence.ExplorerQuickSearch object that allows you to display BI Beans Catalog search controls apart from the associated ExplorerDetail object.

Note: The Oracle Browser Look-And-Feel (BLAF) standards require that search controls appear in a separate location above the ExplorerDetail 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.

explorerDetailId -- Specifies the identifier of the ExplorerDetail tag in which to display the search results. The ExplorerDetail tag must be contained in the same page as the ExplorerQuickSearch tag. (The allowSearch attribute of the ExplorerDetail tag should be set to False so that the search controls of the ExplorerDetail tag are not also displayed.)