ExplorerDetail JSP Tag Attributes

Use the ExplorerDetail JSP tag to create an instance of the oracle.dss.thin.beans.persistence.ExplorerDetail object that lets you browse the BI Beans Catalog and select or save a presentation (that is, a crosstab, graph, or table). Search controls are available as part of the ExplorerDetail object or you can define an ExplorerQuickSearch tag to specify search controls that are to be displayed in a separate location in the same page.

You can use the scripting variables that are created by the ExplorerDetail tag to get and set attributes of 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.

openPage -- Specifies the JSP page to navigate to after a presentation is selected in the ExplorerDetail object. After a selection occurs, the ExplorerDetail object fires an event to open this page.

openFrame -- If you are using frames, specifies the target frame for the page that is specified in the openPage attribute.

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

rootName -- Specifies the label that is to appear beside the root folder in the BI Beans Catalog.

allowSearch -- Indicates whether to display search controls as part of this ExplorerDetail object. If you want to display search controls separately, then set this attribute to False and use the ExplorerQuickSearch tag to define the search controls in a different location in the same page.

allowFilter -- Indicates whether filter controls are to be displayed as part of this ExplorerDetail object to limit the type of files that are available for selection.

submitFolderPage -- Specifies the identifier of the page that contains the Browse button that provided navigation to this ExplorerDetail object. The purpose of this attribute is to specify the page to navigate to after a folder is selected.

submitFolderTargetId -- Specifies the identifier of the SaveAs tag in the page that is specified by the submitFolderPage attribute.