DynamicContent
Tag executeContainerAction
This tag creates a call to a specific action defined inside a container.
The following example generates a call to a defined Dynamic Content container action (dc:containerActionScript). It places the
call into a request attribute named "showServerTimeVar".
<dc:executeContainerAction action="showServerTime" dcContainerId="outputContainer"
var="showServerTimeVar"/>
The "showServerTimeVar" can be used as follows:
<form>
<input type="button" onclick="${showServerTimeVar}" value="Show Server Time"/>
</form>
| Tag Information |
| Tag Class | com.bea.apps.groupspace.taglib.dynamiccontent.ExecuteContainerActionTag |
| TagExtraInfo Class | None |
| Body Content | None |
| Display Name | DynamicContent Execute Container Action |
| Attributes |
| Name | Required | Request-time | Description |
| dcContainerId | true | true |
The container id in which the action is defined.
|
| action | true | true |
The pageflow action name.
|
| var | false | true |
A request attribute variable that will hold a reference to the action JavaScript call.
|
| async | false | true |
Specifies if the action is to be performed asynchronously.
|
| Variables |
No Variables Defined. |
Output Generated by
Tag Library Documentation Generator.
Copyright © 2008, ${product.vendor} and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.