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 2007/08/13 09:01:16 UTC

svn commit: r565256 - /myfaces/tobago/trunk/example/sandbox/src/main/webapp/navigation.jsp

Author: lofwyr
Date: Mon Aug 13 00:01:15 2007
New Revision: 565256

URL: http://svn.apache.org/viewvc?view=rev&rev=565256
Log:
tomahawk sample is now in "test"

Modified:
    myfaces/tobago/trunk/example/sandbox/src/main/webapp/navigation.jsp

Modified: myfaces/tobago/trunk/example/sandbox/src/main/webapp/navigation.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/sandbox/src/main/webapp/navigation.jsp?view=diff&rev=565256&r1=565255&r2=565256
==============================================================================
--- myfaces/tobago/trunk/example/sandbox/src/main/webapp/navigation.jsp (original)
+++ myfaces/tobago/trunk/example/sandbox/src/main/webapp/navigation.jsp Mon Aug 13 00:01:15 2007
@@ -24,7 +24,7 @@
   <tc:page label="Screenshot" id="page"
            width="200px" height="800px">
     <f:facet name="layout">
-      <tc:gridLayout margin="5px" rows="fixed;fixed;fixed;fixed;fixed;fixed;fixed;*"/>
+      <tc:gridLayout margin="5px" rows="fixed;fixed;fixed;fixed;fixed;fixed;*"/>
     </f:facet>
 
     <tc:link link="separator.jsp" label="separator.jsp" target="View"/>
@@ -40,8 +40,6 @@
     <tc:link link="tree-ajax.jsp" label="tree-ajax.jsp" target="View"/>
 
     <tc:link link="inputSlider.jsp" label="inputSlider.jsp" target="View"/>
-
-    <tc:link link="tomahawk.jsp" label="tomahawk.jsp" target="View"/>
 
     <tc:cell/>
   </tc:page>