blob: 9f96dd00e3d9a755efb8fa68aa1f9d66d67372a9 [file] [log] [blame]
<!-- Test for implcit components, named and anonymous. -->
<body jwcid="@Body">
<table>
<tr jwcid="loop@Foreach"
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>