blob: 05566fe070aa6803210fbf45380b5df8bc60ce50 [file] [log] [blame]
<html t:type="border" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd">
<h1>Blank Password Demo</h1>
<p>
The password is:
<span id="visiblepassword">${password}</span>
</p>
<t:form>
<t:errors/>
<t:label for="password"/>
<t:passwordfield t:id="password"/>
<input type="submit" value="Update"/>
</t:form>
</html>