[jboss-cvs] jboss-seam/examples/booking/view ...
Gavin King
gavin.king at jboss.com
Sun Dec 17 09:07:47 EST 2006
User: gavin
Date: 06/12/17 09:07:47
Modified: examples/booking/view template.xhtml
Log:
better impl of login/out
Revision Changes Path
1.11 +1 -1 jboss-seam/examples/booking/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/booking/view/template.xhtml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- template.xhtml 17 Dec 2006 01:04:51 -0000 1.10
+++ template.xhtml 17 Dec 2006 14:07:47 -0000 1.11
@@ -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="#{logout.logout}" value="Logout"/>
+ | <s:link id="logout" action="#{login.logout}" value="Logout"/>
</div>
</div>
<div id="container">
More information about the jboss-cvs-commits
mailing list