[richfaces-svn-commits] JBoss Rich Faces SVN: r12087 - in trunk/samples/richfaces-demo/src/main: webapp/richfaces/queue/examples and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jan 5 04:03:24 EST 2009


Author: ilya_shaikovsky
Date: 2009-01-05 04:03:24 -0500 (Mon, 05 Jan 2009)
New Revision: 12087

Modified:
   trunk/samples/richfaces-demo/src/main/java/org/richfaces/demo/queue/QueueBean.java
   trunk/samples/richfaces-demo/src/main/webapp/richfaces/queue/examples/repeater.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-5504

Modified: trunk/samples/richfaces-demo/src/main/java/org/richfaces/demo/queue/QueueBean.java
===================================================================
--- trunk/samples/richfaces-demo/src/main/java/org/richfaces/demo/queue/QueueBean.java	2009-01-04 14:49:10 UTC (rev 12086)
+++ trunk/samples/richfaces-demo/src/main/java/org/richfaces/demo/queue/QueueBean.java	2009-01-05 09:03:24 UTC (rev 12087)
@@ -28,10 +28,6 @@
 		strategies.add(item);
 	}
 	
-	public void waitDelay() throws InterruptedException {
-		Thread.sleep(1000);
-	}
-	
 	public void resetText() {
 		setText("");
 	}

Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/queue/examples/repeater.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/queue/examples/repeater.xhtml	2009-01-04 14:49:10 UTC (rev 12086)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/queue/examples/repeater.xhtml	2009-01-05 09:03:24 UTC (rev 12087)
@@ -18,7 +18,7 @@
 						<a4j:support event="onkeyup" reRender="outtext"
 							onsubmit="addEvent();" ajaxSingle="true"
 							oncomplete="printCounts()"
-							onbeforedomupdate="addUpdate()" action="#{queueBean.waitDelay}"/>
+							onbeforedomupdate="addUpdate()"/>
 					</h:inputText>
 					<h:outputText value="Repeated text:" />
 					<h:outputText value="#{queueBean.text}" id="outtext"




More information about the richfaces-svn-commits mailing list