[richfaces-svn-commits] JBoss Rich Faces SVN: r2771 - trunk/cdk/generator/src/main/resources/META-INF/schema/entities.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Sep 5 10:38:49 EDT 2007


Author: vkukharchuk
Date: 2007-09-05 10:38:49 -0400 (Wed, 05 Sep 2007)
New Revision: 2771

Modified:
   trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent
Log:
http://jira.jboss.com/jira/browse/RF-828

Modified: trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent	2007-09-05 14:38:33 UTC (rev 2770)
+++ trunk/cdk/generator/src/main/resources/META-INF/schema/entities/ajax_component_attributes.ent	2007-09-05 14:38:49 UTC (rev 2771)
@@ -51,7 +51,10 @@
     <property >
         <name>requestDelay</name>
         <classname>int</classname>
-        <description> Delay (in ms.) for send ajax request on JavaScript event. In conjunction with events queue can reduce number of requests on keyboard or mouse move events</description>
+        <description>
+Attribute defines the time (in ms.) that the request will be wait in the queue before it is ready to send.
+When the delay time is over, the request will be sent to the server or removed if the newest 'similar' request is in a queue already
+		</description>
     </property>
     
     <property >
@@ -73,8 +76,10 @@
 			<name>ignoreDupResponses</name>
 			<classname>boolean</classname>
 			<description>
-				If "true", unfinished request will be aborted on new event
-			</description>
+Attribute allows to ignore an Ajax Response produced by a request if the newest 'similar' request is
+in a queue already. ignoreDupResponses="true" does not cancel the request while it is processed on the server,
+but just allows to avoid unnecessary updates on the client side if the response isn't actual now
+				</description>
 	</property>
 	<property>
 			<name>timeout</name>




More information about the richfaces-svn-commits mailing list