blob: cac660ab7d13f65eaa4bfe8a31b545fee61b4c44 [file] [log] [blame]
<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd">
<body>
<t:form clientValidation="false">
<t:errors/>
<br/>
<t:textfield t:id="loginName" value="userName"/>
<br/>
<t:textfield t:id="secretPassword" value="password"/>
<br/>
<t:palette t:id="programmingLanguages" model="literal:Java,C,Ruby,Python,Perl" selected="languages" encoder="stringValueEncoder"/>
<br/>
<t:select t:id="favoriteColors" model="literal:Red,Green,Blue" value="color"/>
<br/>
<t:datefield t:id="birthDay" value="date" format="dd.MM.yyyy"/>
<br/>
<input type="submit" value="Go"/>
</t:form>
</body>
</html>