DynamicContent
Tag containerActionScript


Description

This tag is used to identify a pageflow action that can be executed and whose resulting HTML output will be placed inside the parent container. This tag is a child of the dc:container tag.

Examples

The following example shows the use of dc:containerActionScript tags within the parent dc:container tag. The first action is set as the initial action. The contents resulting from the pageflow action "resetDynamicContentContainer" will be placed initially into the container. An additional action is also defined in the container.

<dc:container dcContainerId="outputContainer">
  <dc:containerActionScript action="resetDynamicContentContainer"
    initial="true"/>
  <dc:containerActionScript action="showServerTime"/>
</dc:container>


Tag Information
Tag Classcom.bea.apps.groupspace.taglib.dynamiccontent.ContainerActionScriptTag
TagExtraInfo ClassNone
Body ContentNone
Display NameDynamicContent Container Script

Attributes
NameRequiredRequest-timeDescription
actiontruetrue A pageflow action name.
initialfalsetrue Designates an action that will initially populate the container.
asyncfalsetrue Specifies if the action is to be performed asynchronously.
onErrorCallbackfalsetrue A user defined JavaScript function that will be called if a client-side error occurs during the AJAX request creation process.

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.