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 2011/09/02 14:08:39 UTC

svn commit: r1164500 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/01/basic.xhtml

Author: lofwyr
Date: Fri Sep  2 12:08:38 2011
New Revision: 1164500

URL: http://svn.apache.org/viewvc?rev=1164500&view=rev
Log:
fix static url

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

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/01/basic.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/01/basic.xhtml?rev=1164500&r1=1164499&r2=1164500&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/01/basic.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/01/basic.xhtml Fri Sep  2 12:08:38 2011
@@ -111,15 +111,15 @@
       <f:facet name="layout">
         <tc:gridLayout columns="120px;*;120px;*;120px" rows="fixed;fixed" border="0"/>
       </f:facet>
-      <tc:link id="link" action="/overview/basic"
+      <tc:link id="link" action="/content/01/basic"
                actionListener="#{overviewController.click}"
                label="#{overviewBundle.basic_linkAction}"/>
       <tc:cell/>
-      <tc:link id="image" action="/overview/basic"
+      <tc:link id="image" action="/content/01/basic"
                actionListener="#{overviewController.click}"
                image="image/image_button.gif"/>
       <tc:cell/>
-      <tc:button id="button" action="/overview/basic"
+      <tc:button id="button" action="/content/01/basic"
                  actionListener="#{overviewController.click}"
                  label="#{overviewBundle.basic_buttonAction}"/>