blob: 1c984aa4f753863a07f10d188df1d00678c0f8c2 [file] [log] [blame]
<html t:type="Border" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<h1>Nested BeanDisplay</h1>
<p>Demonstrates a BeanEditor as the property editor inside a BeanEditForm.</p>
<t:beandisplay object="parent" add="child">
<t:parameter name="child">
<t:beandisplay object="parent.child"/>
</t:parameter>
</t:beandisplay>
</html>