You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/05/18 04:55:32 UTC

svn commit: r1104667 - in /myfaces/tomahawk/trunk/sandbox: core/src/main/java/org/apache/myfaces/custom/comparetovalidator/ core/src/main/java/org/apache/myfaces/custom/conversation/ core/src/main/java/org/apache/myfaces/custom/convertDateTime/ core/sr...

Author: lu4242
Date: Wed May 18 02:55:31 2011
New Revision: 1104667

URL: http://svn.apache.org/viewvc?rev=1104667&view=rev
Log:
remove code moved to myfaces commons and orchestra

Removed:
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/comparetovalidator/
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/conversation/
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/convertDateTime/
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/convertNumber/
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/convertboolean/
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/csvvalidator/
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/exporter/ExporterActionListener.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/exporter/ExporterActionListenerTag.java
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/exporter/util/
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/isbnvalidator/
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/renderOne/
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/urlvalidator/
    myfaces/tomahawk/trunk/sandbox/core/src/test/java/org/apache/myfaces/custom/convertNumber/
    myfaces/tomahawk/trunk/sandbox/core12/src/main/java/org/apache/myfaces/custom/conversation/
    myfaces/tomahawk/trunk/sandbox/core12/src/main/java/org/apache/myfaces/custom/convertDateTime/
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/dateTimeConverter/
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/exporter/
    myfaces/tomahawk/trunk/sandbox/examples/src/main/java/org/apache/myfaces/examples/picklist/
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/conversation/
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dateTimeConverter.jsp
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/exporter.jsp
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/fieldset.jsp
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/renderOne.jsp
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/springConversation/
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/subForm.jsp
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/typedNumberConvert.jsp
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/validateCSV.jsp
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/validateCompareTo.jsp
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/validateUrl.jsp
Modified:
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/examples-config.xml
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/ajaxChildComboBox.jsp
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/fisheye.jsp
    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=1104667&r1=1104666&r2=1104667&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 Wed May 18 02:55:31 2011
@@ -424,13 +424,6 @@
 		<managed-bean-scope>application</managed-bean-scope>
 	</managed-bean>
 
-
-    <managed-bean>
-		<managed-bean-name>dateTimeConverterBean</managed-bean-name>
-		<managed-bean-class>org.apache.myfaces.examples.dateTimeConverter.DateTimeConverterBean</managed-bean-class>
-		<managed-bean-scope>session</managed-bean-scope>
-	</managed-bean>
-
 	<managed-bean>
 		<managed-bean-name>fisheye</managed-bean-name>
 		<managed-bean-class>org.apache.myfaces.examples.fisheye.FishEyeHandler</managed-bean-class>
@@ -467,12 +460,6 @@
     	<managed-bean-scope>request</managed-bean-scope>
     </managed-bean>
 
-    <managed-bean>
-    	<managed-bean-name>exporterBean</managed-bean-name>
-    	<managed-bean-class>org.apache.myfaces.examples.exporter.ExporterBean</managed-bean-class>
-    	<managed-bean-scope>request</managed-bean-scope>
-    </managed-bean>
-
 	<!-- redirect tracker -->
 	<managed-bean>
 		<managed-bean-name>requestTrackerRedirectBean</managed-bean-name>
@@ -521,13 +508,6 @@
 	 </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>   
-  
 	<!-- navigation rules -->
     <navigation-rule>
 		<navigation-case>

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/ajaxChildComboBox.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/ajaxChildComboBox.jsp?rev=1104667&r1=1104666&r2=1104667&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/ajaxChildComboBox.jsp (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/ajaxChildComboBox.jsp Wed May 18 02:55:31 2011
@@ -79,7 +79,7 @@ body {
     </t:div>	
 
 	<t:div styleClass="page">
-            <%@include file="../inc/page_footer.jsp"%>
+            <%@include file="inc/page_footer.jsp"%>
 	</t:div>
 </f:view>
 </body>

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/fisheye.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/fisheye.jsp?rev=1104667&r1=1104666&r2=1104667&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/fisheye.jsp (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/fisheye.jsp Wed May 18 02:55:31 2011
@@ -71,7 +71,7 @@ body {
 	</t:div>
 	<t:div styleClass="page">
 		<t:outputText value="#{fisheye.actionName}" />
-		<%@include file="../inc/page_footer.jsp"%>
+		<%@include file="inc/page_footer.jsp"%>
 	</t:div>
 	</h:form>
 </f:view>

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=1104667&r1=1104666&r2=1104667&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp Wed May 18 02:55:31 2011
@@ -61,17 +61,11 @@
 
 	            <h:outputText value="Conversion"/>
 	            <h:panelGrid style="padding-left:25px">
-	                <h:outputLink value="dateTimeConverter.jsf"><f:verbatim>convertDateTime - a datetime converter that uses system timezone as default</f:verbatim></h:outputLink>
-                    <h:outputLink value="typedNumberConvert.jsf"><f:verbatim>convertNumber - automatically convert the number to the correct type</f:verbatim></h:outputLink>
 	                <h:outputLink value="convertStringUtils.jsf"><f:verbatim>convertStringUtils - a datetime converter that uses system timezone as default</f:verbatim></h:outputLink>
 	            </h:panelGrid>
                 <h:outputText value="Validation"/>
 	            <h:panelGrid style="padding-left:25px">
-	            	<h:outputLink value="validateUrl.jsf" ><f:verbatim>Validation example 2 - including URL validator</f:verbatim></h:outputLink>
-	            	<h:outputLink value="validateCompareTo.jsf" ><f:verbatim>validateCompareTo - Compare values on two different components</f:verbatim></h:outputLink>
-	            	<h:outputLink value="subForm.jsf"><f:verbatim>SubForm - Partial validation and model update with SubForms</f:verbatim></h:outputLink>
-	            	<h:outputLink value="validateCSV.jsf"><f:verbatim>CSVValidator - validate comma separated values with a given (sub)validator</f:verbatim></h:outputLink>
-	                
+                
             		<f:verbatim><a name="ClientSideValidation" /></f:verbatim>
 	                <h:outputText value="Client Side Validation"/>
 		            <h:panelGrid style="padding-left:25px">
@@ -88,8 +82,6 @@
                 <h:outputLink value="dojo/splitpanejsfonly.jsf" ><f:verbatim>SplitPane - Dojos ContentPane widget to separate a page into panes of belonging content</f:verbatim></h:outputLink>
                 <h:outputLink value="dojo/titlepanejsfonly.jsf" ><f:verbatim>TitlePane - Dojos TitlePane; Displays some data with a title on top. Data can be collapsed leaving only the title shown. </f:verbatim></h:outputLink>
                 <h:outputLink value="accordionPanel.jsf" ><f:verbatim>AccordionPanel</f:verbatim></h:outputLink>
-                <h:outputLink value="hmenu.jsf" ><f:verbatim>Horizontal Menu</f:verbatim></h:outputLink>
-				<h:outputLink value="fieldset.jsf"><f:verbatim>FieldSet</f:verbatim></h:outputLink>
             </h:panelGrid>
 
             <h:outputText value="Input Suggest"/>
@@ -105,8 +97,6 @@
                 <f:verbatim><a name="filterTable" /></f:verbatim>
                 <h:outputLink value="filterTable.jsf" ><f:verbatim>Filter Table</f:verbatim></h:outputLink>
             	<h:outputLink value="autoUpdateDataTable.jsf" ><f:verbatim>Automatically updated dataTable per AJAX</f:verbatim></h:outputLink>
-            	<h:outputLink value="selectOneRow.jsf"><f:verbatim>selectOneRow - a DataTable Enhancement</f:verbatim></h:outputLink>
-			<h:outputLink value="exporter.jsf"><f:verbatim>Exporter - Export datatable contents as an excel file or as a pdf file</f:verbatim></h:outputLink>
             </h:panelGrid>
 
             <h:outputText value="Messages"/>
@@ -133,12 +123,6 @@
                 </h:outputLink>
             </h:panelGrid>
 
-            <h:outputText value="Conversation"/>
-            <h:panelGrid style="padding-left:25px">
-           		<h:outputLink value="conversation/index.jsf" ><f:verbatim>Conversation Tag examples</f:verbatim></h:outputLink>
-				<h:outputLink value="springConversation/index.jsf" ><f:verbatim>A new Spring "conversation" scope</f:verbatim></h:outputLink>
-            </h:panelGrid>
-
 			<h:outputText value="Redirect Tracker"/>
 			<h:panelGrid style="padding-left:25px">
 				   <h:outputLink value="redirectTracker/index.jsf" ><f:verbatim>Redirect Tracker - tries to capture the current request state and reset it after a redirect</f:verbatim></h:outputLink>
@@ -179,13 +163,6 @@
 	            </h:outputLink>
          </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>               
-        
         <f:verbatim><br/><br/><br/><br/><br/><br/><br/></f:verbatim>
     </h:form>
     </f:view>