Portal Content
Tag forEachNestedProperty


Description

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.

Examples

<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 Classcom.bea.content.manager.servlets.jsp.taglib.ForEachNestedPropertyTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameFor each nested Property

Attributes
NameRequiredRequest-timeDescription
idtruetrue 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.