[jboss-cvs] jboss-seam/examples/seamspace/view ...
Gavin King
gavin.king at jboss.com
Thu Feb 1 03:26:37 EST 2007
User: gavin
Date: 07/02/01 03:26:37
Modified: examples/seamspace/view home.xhtml
Log:
remember me
Revision Changes Path
1.14 +6 -1 jboss-seam/examples/seamspace/view/home.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: home.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/home.xhtml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- home.xhtml 30 Jan 2007 08:31:43 -0000 1.13
+++ home.xhtml 1 Feb 2007 08:26:37 -0000 1.14
@@ -38,13 +38,18 @@
<div class="loginRow">
<h:outputLabel for="password" value="Password" styleClass="loginLabel"/>
- <h:inputSecret id="password" value="#{identity.password}"/>
+ <h:inputSecret id="password" value="#{identity.password}" redisplay="true"/>
</div>
<div class="validationMsg">
<h:message for="password"/>
</div>
+ <div class="loginRow">
+ <h:outputLabel for="rememberMe" value="Remember me" styleClass="loginLabel"/>
+ <h:selectBooleanCheckbox id="rememberMe" value="#{identity.rememberMe}"/>
+ </div>
+
<div class="buttons">
<h:commandButton value="LOGIN" action="#{identity.login}" styleClass="loginButton"/>
<h:commandButton value="SIGN UP!" action="#{register.start}" styleClass="registerButton"/>
More information about the jboss-cvs-commits
mailing list