blob: 1dd26b914d3cc2fa297de85fc119fb9e3e552940 [file] [log] [blame]
<html t:type="Border"
xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd"
xmlns:p="tapestry:parameter">
<h1>BeanEditor Override Demo</h1>
<p>Demonstrates that the BeanEditor properly supports overrides of its property editors.</p>
<form t:id="form">
<t:errors/>
<div class="t-beaneditor">
<div t:id="editor">
<p:firstName>
<t:label for="firstName"/>
<t:textfield t:id="firstName" value="registrationData.firstName"/>
[FirstName Property Editor Override]
</p:firstName>
</div>
</div>
<input type="submit" value="Register" class="btn btn-primary"/>
<t:actionlink t:id="clear" class="btn btn-default">Clear Data</t:actionlink>
</form>
</html>