blob: 98b383dd9f9490ca6827b5b0f07a317dd96a2810 [file] [log] [blame]
<html t:type="border" xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd">
<h1>Blank Password Demo</h1>
<p>
The password is:
<span id="visiblepassword">${password}</span>
</p>
<t:form class="form-inline">
<t:errors/>
<div class="form-group col-md-4">
<t:label class="sr-only" for="password"/>
<t:passwordfield t:id="password" placeholder="Enter password"/>
</div>
<input type="submit" value="Update" class="btn btn-primary"/>
</t:form>
</html>