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

Shane Bryzak Shane_Bryzak at symantec.com
Tue Jan 30 03:31:43 EST 2007


  User: sbryzak2
  Date: 07/01/30 03:31:43

  Modified:    examples/seamspace/view  home.xhtml
  Log:
  enabled inline permission check
  
  Revision  Changes    Path
  1.13      +1 -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.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- home.xhtml	25 Jan 2007 13:24:13 -0000	1.12
  +++ home.xhtml	30 Jan 2007 08:31:43 -0000	1.13
  @@ -21,7 +21,7 @@
         <div id="contentSide">
           <div class="advertising"></div>
           
  -        <h:form rendered="#{identity.loggedIn == false}">
  +        <h:form rendered="#{not identity.loggedIn}">
             <div class="memberLogin">
               <div class="loginHeader">Member Login</div>
               
  
  
  



More information about the jboss-cvs-commits mailing list