Portal Content
Tag forEachNestedProperty
The forEachNestedProperty tag works in conjunction with the GetProperty tag. The forEachNestedProperty tag
will expect the id attribute to be set with a nested property collection retrieved via the GetProperty tag.
<cm:getProperty node="<%=node%>" resultId="nestedProp" name="propertyName"/>
<cm:forEachNestedProperty id="nestedProp"<
<cm:getProperty name="nestedProp.prop1"/>
<cm:getProperty name="nestedProp.prop2"/>
<cm:getProperty name="nestedProp.prop3"/>
</cm:forEachNestedProperty>
Tag Information |
Tag Class | com.bea.content.manager.servlets.jsp.taglib.ForEachNestedPropertyTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | For each nested Property |
Attributes |
Name | Required | Request-time | Description |
id | true | true |
The name of the script variable which should contain the multi valued nested property collection.
|
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.