blob: 88769d150ee481eb4dfc0f38b28696d83cdb5f15 [file] [log] [blame]
<!-- Test for implcit components, named and anonymous. -->
<body jwcid="@Body">
<table>
<tr jwcid="loop@For"
element="tr"
source="ognl:items">
<td><span jwcid="@Insert" value="ognl:components.loop.value.name"/></td>
<td><span jwcid="@Insert" value="ognl:components.loop.value.price"/></td>
</tr>
</table>
<span jwcid="@contrib:InspectorButton"/>
</body>