[jboss-cvs] jboss-seam/examples/wiki/view ...
Gavin King
gavin.king at jboss.com
Wed Feb 21 15:06:56 EST 2007
User: gavin
Date: 07/02/21 15:06:56
Modified: examples/wiki/view profile.xhtml
Log:
redisplay
Revision Changes Path
1.2 +2 -0 jboss-seam/examples/wiki/view/profile.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: profile.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/profile.xhtml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- profile.xhtml 21 Feb 2007 16:24:11 -0000 1.1
+++ profile.xhtml 21 Feb 2007 20:06:56 -0000 1.2
@@ -88,6 +88,7 @@
<div class="label">Password:</div>
<div class="input">
<h:inputSecret size="15" maxlength="15" id="password"
+ redisplay="true"
value="#{userHome.password}"/>
</div>
</div>
@@ -98,6 +99,7 @@
<div class="label">Repeat password:</div>
<div class="input">
<h:inputSecret size="15" maxlength="15" id="passwordControl"
+ redisplay="true"
value="#{userHome.passwordControl}"/>
</div>
</div>
More information about the jboss-cvs-commits
mailing list