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

Shane Bryzak Shane_Bryzak at symantec.com
Wed Feb 14 08:54:46 EST 2007


  User: sbryzak2
  Date: 07/02/14 08:54:46

  Modified:    examples/blog/view  login.xhtml
  Log:
  use security api
  
  Revision  Changes    Path
  1.4       +27 -27    jboss-seam/examples/blog/view/login.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: login.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/blog/view/login.xhtml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- login.xhtml	18 Dec 2006 16:50:13 -0000	1.3
  +++ login.xhtml	14 Feb 2007 13:54:46 -0000	1.4
  @@ -14,7 +14,7 @@
            </div>
            <div>
               <h:inputSecret id="password" 
  -                        value="#{loginAction.password}" 
  +                        value="#{identity.password}" 
                            size="15" 
                       maxlength="15"/>
               <h:commandButton value="Login"/>
  
  
  



More information about the jboss-cvs-commits mailing list