SaveConfirmation JSP Tag Attributes

Use the SaveConfirmation JSP tag to create an instance of the oracle.dss.thin.beans.dataView.SaveConfirmation object, which prompts for user verification before saving a thin presentation in the BI Beans Catalog.

The SaveConfirmation tag is associated with a presentation through the following attributes of the SaveAs tag or the SaveButton tag: presentationId, saveConfirmationPage, and saveConfirmationId.

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.