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

Christian Bauer christian at hibernate.org
Mon Sep 3 07:09:15 EDT 2007


  User: cbauer  
  Date: 07/09/03 07:09:15

  Modified:    examples/wiki/view  userList.xhtml
  Log:
  Fixed registration
  
  Revision  Changes    Path
  1.23      +1 -1      jboss-seam/examples/wiki/view/userList.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: userList.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/userList.xhtml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- userList.xhtml	2 Sep 2007 14:54:31 -0000	1.22
  +++ userList.xhtml	3 Sep 2007 11:09:15 -0000	1.23
  @@ -138,7 +138,7 @@
                   </f:facet>
                   <h:outputLink value="#{wiki:renderHomeURL(u)}" rendered="#{!empty u.memberHome}">#{u.username}</h:outputLink>
                   <h:outputText rendered="#{empty u.memberHome}">#{u.username}</h:outputText>
  -                <h:outputText rendered="#{!empty u.activationCode}">&#160;(Not Activated)</h:outputText>
  +                <h:outputText rendered="#{!u.activated}">&#160;(Not Activated)</h:outputText>
               </h:column>
   
               <h:column>
  
  
  



More information about the jboss-cvs-commits mailing list