[jboss-cvs] jboss-seam/seam-gen/view ...

Gavin King gavin.king at jboss.com
Tue Jan 30 23:48:10 EST 2007


  User: gavin   
  Date: 07/01/30 23:48:10

  Modified:    seam-gen/view  login.xhtml
  Log:
  minor
  
  Revision  Changes    Path
  1.2       +2 -2      jboss-seam/seam-gen/view/login.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: login.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/login.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- login.xhtml	31 Jan 2007 04:07:27 -0000	1.1
  +++ login.xhtml	31 Jan 2007 04:48:10 -0000	1.2
  @@ -12,9 +12,9 @@
       <h1>Login</h1>
       <p>Please login using any username and password</p>
       
  -    <h:messages globalOnly="true" styleClass="message"/>
  +    <h:messages styleClass="message"/>
       
  -    <h:form rendered="#{not identity.loggedIn}">
  +    <h:form>
       
           <div class="dialog">
               <div class="prop">
  
  
  



More information about the jboss-cvs-commits mailing list