Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.2)
E14256-03

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:getNode path="/BEA_ExtendedManagedRepository/Team2" id="team"/>
<cm:getProperty id="team" resultId="players" name="Players"/>
<cm:forEachNestedProperty id="players">
    <cm:getProperty name="Players.name"/>
    <cm:getProperty name="Players.age"/>
    <cm:getProperty name="Players.position"/>
</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.


Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.2)
E14256-03

Copyright © 2010, Oracle. All rights reserved.