DynamicContent
Tag container
This tag identifies a place on the JSP that will contain the resulting HTML output from the execution of a pageflow action.
The following example places a DynamicContent container on the page with an id of "outputContainer":
<dc:container dcContainerId="outputContainer">
...
</dc:container>
| Tag Information |
| Tag Class | com.bea.apps.groupspace.taglib.dynamiccontent.ContainerTag |
| TagExtraInfo Class | None |
| Body Content | None |
| Display Name | DynamicContent Container |
| Attributes |
| Name | Required | Request-time | Description |
| dcContainerId | true | true |
A unique ID that identifies this container and is referenced by other Dynamic Content tags.
|
| 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.