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

Shane Bryzak sbryzak at redhat.com
Wed Jan 9 22:33:51 EST 2008


  User: sbryzak2
  Date: 08/01/09 22:33:51

  Modified:    seam-gen/view/layout  menu.xhtml
  Log:
  added identity management to seam-gen
  
  Revision  Changes    Path
  1.9       +1 -0      jboss-seam/seam-gen/view/layout/menu.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: menu.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/layout/menu.xhtml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- menu.xhtml	12 Dec 2007 20:59:24 -0000	1.8
  +++ menu.xhtml	10 Jan 2008 03:33:51 -0000	1.9
  @@ -8,6 +8,7 @@
       <rich:toolBarGroup>
           <h:outputText value="#{projectName}:"/>
           <s:link view="/home.xhtml" value="Home"/>
  +        <s:link view="/usermanager.xhtml" value="User Manager" rendered="#{s:hasRole('admin')}"/>
       </rich:toolBarGroup>
       <!-- @newMenuItem@ -->
       <rich:toolBarGroup location="right">
  
  
  



More information about the jboss-cvs-commits mailing list