Use the AWCommands JSP tag to specify OLAP DML commands that run in an analytic workspace and to specify when these commands are to be run. You can predefine the commands or you can specify an HTML component into which users enter commands when an application is running.
commandHTMLId -- Identifier of the HTML component that contains the OLAP DML comands. This can be a component that contains predefined commands or one that accepts input from users.
executeWhen -- Indicates when the commands are to be run: Valid values are as follows:
onInit - Executes when this tag is initialized
onRender - Executes whenever the page that contains this tag is rendered
manual - Executes only when a user clicks a button or link that triggers the submission of this tag
id -- (Required) A unique identifier for this tag.
partialTargets -- Tag identifiers of any objects that this tag should update and include in a partial page refresh.