[seam-commits] Seam SVN: r14767 - 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:27 EDT 2012


Author: manaRH
Date: 2012-05-28 09:03:27 -0400 (Mon, 28 May 2012)
New Revision: 14767

Modified:
   branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/layout/template.xhtml
Log:
invalidate requires ()


Signed-off-by: Marek Novotn?\195?\189 <hotmana76 at gmail.com>

Modified: branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/layout/template.xhtml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/layout/template.xhtml	2012-05-28 13:03:20 UTC (rev 14766)
+++ branches/enterprise/WFK-2_0/jboss-seam-gen/dist/view/layout/template.xhtml	2012-05-28 13:03:27 UTC (rev 14767)
@@ -37,7 +37,7 @@
             #{' - '}
             <s:link id="debugConsole" view="/debug.xhtml" value="Debug console" target="debugConsole"/>
             #{' - '}
-            <s:link id="resetSession" view="/home.xhtml" action="#{org.jboss.seam.web.session.invalidate}" propagation="none" value="Terminate session"/>
+            <s:link id="resetSession" view="/home.xhtml" action="#{org.jboss.seam.web.session.invalidate()}" propagation="none" value="Terminate session"/>
          </p>
          </s:fragment>
       </div>



More information about the seam-commits mailing list