misc changes
[aramzamzam-ru.rentdom.git] / rentdom-web / src / main / webapp / Register.tml
blobbd73ca37643cab02a2fcad136bbc00075eff62f5
1 <t:layout t:title="index" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
2         <t:form>
3                 <t:label for="userName"/>:
4             <t:textfield t:id="userName" t:value="user.userName"/>
5                 <t:label for="password"/>:
6             <t:textfield t:id="password" t:value="user.password"/>
7             <t:submit/>
8         </t:form>
9 </t:layout>