You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/11/23 16:58:22 UTC

svn commit: r1771007 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/init.xhtml

Author: lofwyr
Date: Wed Nov 23 16:58:21 2016
New Revision: 1771007

URL: http://svn.apache.org/viewvc?rev=1771007&view=rev
Log:
TOBAGO-1544 Revise Demo Application for Tobago 3.0
* comment

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/init.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/init.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/init.xhtml?rev=1771007&r1=1771006&r2=1771007&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/init.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/init.xhtml Wed Nov 23 16:58:21 2016
@@ -24,6 +24,7 @@
   <tc:loadBundle basename="overview" var="overviewBundle"/>
   <tc:page applicationIcon="icon/favicon.ico" label="#{overviewBundle.pageTitle}" id="page">
 
+    <!-- this event will forward to the first node of the navitation menu after loading -->
     <tc:event event="load" action="#{navigationState.gotoFirst}"/>
 
     <!-- todo: justifyContent -->