Author: manaRH
Date: 2012-05-28 09:03:20 -0400 (Mon, 28 May 2012)
New Revision: 14766
Modified:
branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/layout/menu.xhtml
Log:
logout requires ()
Signed-off-by: Marek Novotn?\195?\189 <hotmana76(a)gmail.com>
Modified: branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/layout/menu.xhtml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/layout/menu.xhtml 2012-05-28
13:03:11 UTC (rev 14765)
+++ branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/layout/menu.xhtml 2012-05-28
13:03:20 UTC (rev 14766)
@@ -13,6 +13,6 @@
<rich:toolbarGroup location="right">
<h:outputText id="menuWelcomeId" value="signed in as:
#{credentials.username}" rendered="#{identity.loggedIn}"/>
<s:link id="menuLoginId" view="/login.xhtml"
value="Login" rendered="#{not identity.loggedIn}"
propagation="none"/>
- <s:link id="menuLogoutId" view="/home.xhtml"
action="#{identity.logout}" value="Logout"
rendered="#{identity.loggedIn}" propagation="none"/>
+ <s:link id="menuLogoutId" view="/home.xhtml"
action="#{identity.logout()}" value="Logout"
rendered="#{identity.loggedIn}" propagation="none"/>
</rich:toolbarGroup>
</rich:toolbar>
Show replies by date