DynamicContent
Tag executeActionParam


Description

This tag defines a parameter that is passed to the execute container action tag.

Examples

The following example shows how paramaters can be added to executeContainerAction tags.

<dc:executeContainerAction action="deleteUser" dcContainerId="outputContainer"
    var="deleteUserVar">
  <dc:executeActionParam name="userId" value="${userId}/>
</dc:executeContainerAction>


Tag Information
Tag Classcom.bea.apps.groupspace.taglib.dynamiccontent.ExecuteActionParamTag
TagExtraInfo ClassNone
Body Contentempty
Display NameDynamicContent Execute Action Parameter

Attributes
NameRequiredRequest-timeDescription
nametruetrue The name of the parameter.
valuetruetrue The value of the parameter.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.

Copyright © 2008 BEA Systems, Inc. All Rights Reserved.