You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ha...@apache.org on 2008/11/13 19:20:15 UTC

svn commit: r713772 - in /myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp: WEB-INF/examples-config.xml home.jsp renderOne.jsp

Author: hazems
Date: Thu Nov 13 10:20:15 2008
New Revision: 713772

URL: http://svn.apache.org/viewvc?rev=713772&view=rev
Log:
removing old renderOne sandbox examples!

Removed:
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/renderOne.jsp
Modified:
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/examples-config.xml
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/examples-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/examples-config.xml?rev=713772&r1=713771&r2=713772&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/examples-config.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/examples-config.xml Thu Nov 13 10:20:15 2008
@@ -513,13 +513,6 @@
     <managed-bean-scope>request</managed-bean-scope>
   </managed-bean>
   
-    <!-- managed bean for renderOne -->
-    <managed-bean>
-        <managed-bean-name>renderOne</managed-bean-name>
-        <managed-bean-class>org.apache.myfaces.examples.renderone.RenderOneBean</managed-bean-class>
-        <managed-bean-scope>request</managed-bean-scope>
-    </managed-bean>
-  
     <!-- managed bean for roundedDiv -->
     <managed-bean>
         <managed-bean-name>roundedDiv</managed-bean-name>

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp?rev=713772&r1=713771&r2=713772&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp Thu Nov 13 10:20:15 2008
@@ -158,13 +158,6 @@
             </h:panelGrid>
             
         </h:panelGrid>
-
-        <h:outputText value="renderOne"/>
-        <h:panelGrid style="padding-left:25px">
-            <h:outputLink value="renderOne.jsf" >
-                <f:verbatim>renderOne - render the first child component by order or by index</f:verbatim>
-            </h:outputLink>
-        </h:panelGrid>
         
         <h:outputText value="Rounded DIV"/>
         <h:panelGrid style="padding-left:25px">