ApplyButton JSP Tag Attributes

Use the ApplyButton JSP tag to create an instance of the UIX ButtonBean object to serve as an Apply button in any dialog JSP page (such as the pages that contain the PrintOptions, SaveAs, or the ExportOptions JSP tags). You can also use the ApplyButton tag with an ExplorerDetail tag when the ExplorerDetail is used to select a folder for the SaveAs tag.

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.

dialogId -- (Required) Specifies the identifier of the JSP dialog tag or the ExplorerDetail tag that is to be associated with this button. This identifier must be contained in the current page.

text -- Specifies the text that is to appear on the button; defaults to Apply.