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

Shane Bryzak Shane_Bryzak at symantec.com
Tue Jan 30 22:00:12 EST 2007


  User: sbryzak2
  Date: 07/01/30 22:00:12

  Modified:    examples/seamspace/view  profile.xhtml
  Log:
  minor
  
  Revision  Changes    Path
  1.17      +1 -1      jboss-seam/examples/seamspace/view/profile.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: profile.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/profile.xhtml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- profile.xhtml	31 Jan 2007 02:56:14 -0000	1.16
  +++ profile.xhtml	31 Jan 2007 03:00:12 -0000	1.17
  @@ -65,7 +65,7 @@
               </div>          
             </ui:repeat>          
           
  -          <s:span rendered="#{selectedMember != authenticatedMember and s:hasPermission('friendRequest', 'create', selectedMember.friends)}">
  +          <s:span rendered="#{selectedMember.memberId != authenticatedMember.memberId and s:hasPermission('friendRequest', 'create', selectedMember.friends)}">
               [<h:outputLink value="friendrequest.seam?name=#{selectedMember.memberName}">
                 Send a friend request
               </h:outputLink>]
  
  
  



More information about the jboss-cvs-commits mailing list