blob: f7f53db445c2202117dd96e233f8c6b7233dceaa [file] [log] [blame]
<html t:type="border" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<h1>DateField in AjaxFormLoop</h1>
<t:form class="form-horizontal">
<div t:type="ajaxformloop" t:id="loop" source="dateHolders" value="current" encoder="dateHolderEncoder"
class="form-group">
<t:datefield value="current.date"/>
<t:removerowlink class="btn btn-warning btn-mini">
<t:glyphicon name="minus-sign"/>
Remove
</t:removerowlink>
</div>
<input type="submit" value="Go" class="btn btn-primary"/>
</t:form>
</html>