[jboss-cvs] jboss-seam/examples/seamspace/view ...

Norman Richards norman.richards at jboss.com
Fri Feb 2 18:16:48 EST 2007


  User: nrichards
  Date: 07/02/02 18:16:48

  Modified:    examples/seamspace/view  register.xhtml
  Log:
  JBSEAM-734: md5 hash for passwords
  
  Revision  Changes    Path
  1.6       +1 -1      jboss-seam/examples/seamspace/view/register.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: register.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/register.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- register.xhtml	2 Feb 2007 16:39:52 -0000	1.5
  +++ register.xhtml	2 Feb 2007 23:16:48 -0000	1.6
  @@ -49,7 +49,7 @@
                 
                 <div class="formRow">
                   <h:outputLabel for="password">Password<em>*</em></h:outputLabel>
  -                <h:inputSecret id="password" value="#{newMember.password}" required="true"/>
  +                <h:inputSecret id="password" value="#{register.password}" required="true"/>
                   <div class="validationError"><h:message for="password"/></div>
                 </div>   
                 
  
  
  



More information about the jboss-cvs-commits mailing list