| 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.
|