blob: 53164b29d05a031385ba7da57e04c364b4eb3255 [file] [log] [blame]
<html t:type="border" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<h1>Link Submit Without Validator Demo</h1>
<t:form t:id="searchForm">
<t:label for="searchField"/>:
<t:textField t:id="searchField" label="literal:Search string" value="searchString"/>
<t:linksubmit t:id="searchLink">Search</t:linksubmit>
</t:form>
<hr/>
Result: ${result}
</html>