DynamicContent
Tag executeContainerAction


Description

This tag creates a call to a specific action defined inside a container.

Examples

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 Classcom.bea.apps.groupspace.taglib.dynamiccontent.ExecuteContainerActionTag
TagExtraInfo ClassNone
Body ContentNone
Display NameDynamicContent Execute Container Action

Attributes
NameRequiredRequest-timeDescription
dcContainerIdtruetrue The container id in which the action is defined.
actiontruetrue The pageflow action name.
varfalsetrue A request attribute variable that will hold a reference to the action JavaScript call.
asyncfalsetrue 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.