Use the SaveAs JSP tag to instantiate the oracle.dss.thin.beans.dataView.SaveAsOptions
object, which displays a thin dialog with options for saving a thin presentation
bean to the BI Beans Catalog.
Note: The SaveAs tag must be initialized by a DialogLink tag. The page that contains the SaveAs tag should also contain an ApplyButton tag and a CancelButton tag. To use the SaveAs tag, you must also create a page that contains a SaveConfirmation tag.
id -- (Required) A unique identifier for this dialog 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.
explorerTreeId -- Specifies the identifier of the ExplorerTree tag, if there is one, for browsing the Catalog.
presentationId -- Specifies the identifier of the Presentation tag that is to be saved; this attribute is not set manually because the DialogLink tag initializes the value.
selectFolderPage -- Specifies the identifier of a page that contains an ExplorerDetail tag that allows the selection of a folder in the Catalog.
selectFolderTargetId -- Specifies the identifier of the ExplorerDetail
tag that appears in the page that is specified by the selectFolderPage
attribute.
saveConfirmationPage -- (Required) Specifies the name of the page that contains a SaveConfirmation tag to be displayed if a user attempts to save a presentation using a name that already exists in the Catalog.
saveConfirmationId -- (Required) Specifies the identifier
of the SaveConfirmation tag that appears in the page that is referenced in the
saveConfirmationPage
attribute.