blob: eefd5b24bfbad8125a28b6db525aeed2be0f4239 [file] [log] [blame]
<html t:type="Border" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<h1>ValidateForm ValidationException Demo</h1>
<t:form t:id="form">
<t:errors/>
<input type="submit"/>
</t:form>
<p>
Last event:
<span id="event">${event}</span>
</p>
</html>