[seam-commits] Seam SVN: r11972 - branches/community/Seam_2_2/examples/seamspace/view.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Jan 20 06:00:44 EST 2010


Author: mgencur at redhat.com
Date: 2010-01-20 06:00:44 -0500 (Wed, 20 Jan 2010)
New Revision: 11972

Modified:
   branches/community/Seam_2_2/examples/seamspace/view/template.xhtml
Log:
JBSEAM-4526 fixed

Modified: branches/community/Seam_2_2/examples/seamspace/view/template.xhtml
===================================================================
--- branches/community/Seam_2_2/examples/seamspace/view/template.xhtml	2010-01-18 16:03:44 UTC (rev 11971)
+++ branches/community/Seam_2_2/examples/seamspace/view/template.xhtml	2010-01-20 11:00:44 UTC (rev 11972)
@@ -32,7 +32,7 @@
         </s:fragment>
         
         <s:link id="logout" action="#{identity.logout}" value="Log out" rendered="#{identity.loggedIn}"/>
-        <h:outputLink id="login" value="home.xhtml" rendered="#{not identity.loggedIn}">Log in</h:outputLink>
+        <h:outputLink id="login" value="home.seam" rendered="#{not identity.loggedIn}">Log in</h:outputLink>
       </div>
       <br style="clear:both"/>
       <h:form>



More information about the seam-commits mailing list