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

Shane Bryzak Shane_Bryzak at symantec.com
Thu Dec 21 21:04:49 EST 2006


  User: sbryzak2
  Date: 06/12/21 21:04:49

  Modified:    examples/seamspace/view  template.xhtml
  Log:
  added security rules
  
  Revision  Changes    Path
  1.5       +1 -0      jboss-seam/examples/seamspace/view/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/view/template.xhtml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- template.xhtml	20 Dec 2006 11:40:25 -0000	1.4
  +++ template.xhtml	22 Dec 2006 02:04:49 -0000	1.5
  @@ -16,6 +16,7 @@
       <div class="headerRight">
         <div class="headerMenu">
           <!--s:link action="" value="SignUp"/-->
  +        <s:link action="#{login.logout}" value="Log out" rendered="#{login.loggedIn}"/>
         </div>
         <br style="clear:both"/>
         <h:form>
  
  
  



More information about the jboss-cvs-commits mailing list