blob: 022bc2a7a3dec87910febf5df0b06f8622e89ad2 [file] [log] [blame]
<html t:type="Border"
xmlns:t="http://tapestry.apache.org/schema/tapestry_5_4.xsd">
<h1>DateField Validation Demo</h1>
<t:form clientValidation="none">
<t:errors/>
<div class="field-group ">
<t:label for="date"/>
<t:datefield t:id="date"/>
</div>
<input type="submit" value="Go" class="btn btn-primary"/>
</t:form>
</html>