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

Gavin King gavin.king at jboss.com
Tue Feb 27 11:44:56 EST 2007


  User: gavin   
  Date: 07/02/27 11:44:56

  Modified:    examples/glassfish/view  template.xhtml
  Log:
  fix logout
  
  Revision  Changes    Path
  1.6       +1 -1      jboss-seam/examples/glassfish/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/glassfish/view/template.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- template.xhtml	22 Feb 2007 05:50:39 -0000	1.5
  +++ template.xhtml	27 Feb 2007 16:44:56 -0000	1.6
  @@ -18,7 +18,7 @@
               Welcome #{user.name}
               | <s:link id="search" view="/main.xhtml" value="Search" propagation="none"/>
               | <s:link id="settings" view="/password.xhtml" value="Settings" propagation="none"/>
  -            | <s:link id="logout" action="#{login.logout}" value="Logout"/>
  +            | <s:link id="logout" action="#{identity.logout}" value="Logout"/>
   		</div>
   	</div>
   	<div id="container">
  
  
  



More information about the jboss-cvs-commits mailing list