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 2014/04/15 14:55:50 UTC

svn commit: r1587563 - /myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/basic.xhtml

Author: lofwyr
Date: Tue Apr 15 12:55:50 2014
New Revision: 1587563

URL: http://svn.apache.org/r1587563
Log:
simplify

Modified:
    myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/basic.xhtml

Modified: myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/basic.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/basic.xhtml?rev=1587563&r1=1587562&r2=1587563&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/basic.xhtml (original)
+++ myfaces/tobago/branches/tobago-3.0.x/tobago-example/tobago-example-demo/src/main/webapp/content/01-basic/basic.xhtml Tue Apr 15 12:55:50 2014
@@ -118,15 +118,15 @@
       <f:facet name="layout">
         <tc:gridLayout columns="120px;*;120px;*;120px" rows="auto;auto" border="0"/>
       </f:facet>
-      <tc:link id="link" action="/content/01-basic/basic"
+      <tc:link id="link"
                actionListener="#{overviewController.click}"
                label="#{overviewBundle.basic_linkAction}"/>
       <tc:panel/>
-      <tc:link id="image" action="/content/01-basic/basic"
+      <tc:link id="image"
                actionListener="#{overviewController.click}"
                image="image/image_button.gif"/>
       <tc:panel/>
-      <tc:button id="button" action="/content/01-basic/basic"
+      <tc:button id="button"
                  actionListener="#{overviewController.click}"
                  label="#{overviewBundle.basic_buttonAction}"/>