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 2010/05/04 15:12:06 UTC

svn commit: r940841 - in /myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp: inputSlider.jsp navigation.jsp separator.jsp

Author: lofwyr
Date: Tue May  4 13:12:05 2010
New Revision: 940841

URL: http://svn.apache.org/viewvc?rev=940841&view=rev
Log:
cleanup

Removed:
    myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/separator.jsp
Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/inputSlider.jsp
    myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/navigation.jsp

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/inputSlider.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/inputSlider.jsp?rev=940841&r1=940840&r2=940841&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/inputSlider.jsp (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/inputSlider.jsp Tue May  4 13:12:05 2010
@@ -26,7 +26,7 @@
     <f:facet name="layout">
       <tc:gridLayout margin="10px" rows="*"/>
     </f:facet>
-    <tc:box label="InputSlider">
+    <tc:box label="InputSlider (problems: scriptaculous was removed, no layout manager)">
       <f:facet name="layout">
         <tc:gridLayout columns="fixed;*" rows="fixed;*"/>
       </f:facet>
@@ -37,4 +37,4 @@
       <tc:cell/>
     </tc:box>
   </tc:page>
-</f:view>
\ No newline at end of file
+</f:view>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/navigation.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/navigation.jsp?rev=940841&r1=940840&r2=940841&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/navigation.jsp (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-sandbox/src/main/webapp/navigation.jsp Tue May  4 13:12:05 2010
@@ -26,8 +26,6 @@
       <tc:gridLayout margin="5px" rows="fixed;fixed;fixed;fixed;fixed;fixed;fixed;fixed;fixed;*"/>
     </f:facet>
 
-    <tc:link link="separator.jsp" label="separator.jsp" target="View"/>
-
     <tc:link link="inputSlider.jsp" label="inputSlider.jsp" target="View"/>
 
     <tc:cell/>