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 2013/02/07 08:43:17 UTC

svn commit: r1443334 - in /myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout: overview.tag overview.xhtml

Author: lofwyr
Date: Thu Feb  7 07:43:17 2013
New Revision: 1443334

URL: http://svn.apache.org/viewvc?rev=1443334&view=rev
Log:
tc:menuItem is deprecated

Modified:
    myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/overview.tag
    myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/overview.xhtml

Modified: myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/overview.tag
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/overview.tag?rev=1443334&r1=1443333&r2=1443334&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/overview.tag (original)
+++ myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/overview.tag Thu Feb  7 07:43:17 2013
@@ -53,7 +53,7 @@
             <tc:menuCommand
                 onclick="alert('#{overviewBundle.pageTitle}' + String.fromCharCode(10) + '#{info.version}' + String.fromCharCode(10) + '#{overviewBundle.tobago_url}' + String.fromCharCode(10))"
                 label="#{overviewBundle.menu_about}"/>
-            <tc:menuItem link="http://myfaces.apache.org/tobago" label="Tobago in the Web"/>
+            <tc:menuCommand link="http://myfaces.apache.org/tobago" label="Tobago in the Web"/>
             <tc:menuCommand onclick="LOG.show();" label="#{overviewBundle.menu_showLog}"
                             rendered="#{clientConfigController.debugMode}"/>
             <tc:menuCommand action="server-info" immediate="true"

Modified: myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/overview.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/overview.xhtml?rev=1443334&r1=1443333&r2=1443334&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/overview.xhtml (original)
+++ myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tags/layout/overview.xhtml Thu Feb  7 07:43:17 2013
@@ -52,7 +52,7 @@
               <tc:menuCommand
                   onclick="alert('#{overviewBundle.pageTitle}' + String.fromCharCode(10) + '#{info.version}' + String.fromCharCode(10) + '#{overviewBundle.tobago_url}' + String.fromCharCode(10))"
                   label="#{overviewBundle.menu_about}"/>
-              <tc:menuItem link="http://myfaces.apache.org/tobago" label="Tobago in the Web"/>
+              <tc:menuCommand link="http://myfaces.apache.org/tobago" label="Tobago in the Web"/>
               <tc:menuCommand onclick="LOG.show();"
                               label="#{overviewBundle.menu_showLog}"
                               rendered="#{clientConfigController.debugMode}"/>