[seam-commits] Seam SVN: r14766 - branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/layout.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon May 28 09:03:20 EDT 2012


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 at 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>



More information about the seam-commits mailing list