blob: 1bae4c19d339bee0836b8bc02c070a7924cb4fd6 [file] [log] [blame]
<t:border xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"
xmlns:p="tapestry:parameter">
<h1>Client-Side Locale-specific Numeric Validation</h1>
<t:beaneditform t:id="form" object="this"/>
<hr/>
<dl>
<dt>longValue</dt>
<dd id="outputLongValue">${longValue}</dd>
<dt>doubleValue</dt>
<dd id="outputDoubleValue">${doubleValue}</dd>
</dl>
<div class="btn-toolbar btn-group">
<t:actionlink class="btn" t:id="setup">Setup Values</t:actionlink>
<t:actionlink class="btn" t:id="german">Switch to German</t:actionlink>
</div>
</t:border>