DynamicContent


Standard Syntax:
     <%@ taglib prefix="dc" uri="http://www.bea.com/servers/portal/groupspace/tags/dc" %>

XML Syntax:
     <anyxmlelement xmlns:dc="http://www.bea.com/servers/portal/groupspace/tags/dc" />

This tag library contains tag extensions to add DynamicContent actions and containers

Tag Library Information
Display NameDynamicContent
Version1.0
Short Namedc
URIhttp://www.bea.com/servers/portal/groupspace/tags/dc
 

Tag Summary
script This tag includes the necessary JavaScript libraries required for the DynamicContent tags. The logic embedded into the tag ensures that these libraries are only included once per request.
container This tag identifies a place on the JSP that will contain the resulting HTML output from the execution of a pageflow action.
containerActionScript 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.
executeContainerAction This tag creates a call to a specific action defined inside a container.
executeActionParam This tag defines a parameter that is passed to the execute container action tag.
containerActionParam This tag defines a parameter passed to an action defined in the container.
 


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.