[richfaces-svn-commits] JBoss Rich Faces SVN: r12129 - trunk/docs/userguide/en/src/main/docbook/modules.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Jan 6 06:59:09 EST 2009
Author: msorokin
Date: 2009-01-06 06:59:09 -0500 (Tue, 06 Jan 2009)
New Revision: 12129
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
Log:
https://jira.jboss.org/jira/browse/RF-5361
Corrected the article
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2009-01-06 02:38:39 UTC (rev 12128)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2009-01-06 11:59:09 UTC (rev 12129)
@@ -623,7 +623,10 @@
(one for key up and the second for blur) and define that request events are similar by specifying the same <emphasis><property>"similarityGroupingId"</property></emphasis>.
</para>
- <para>
+ </section>
+ <section>
+ <title>Similar requests during request delay</title>
+ <para>
As written above requests are collected in the queue during requestDelay and similar ones are combined.
But similar requests can only be combined if they are raised sequentially.
This is done in order not to block the queue and not to change the requests order.
@@ -654,10 +657,8 @@
</para>
-
-
-
</section>
+
</section>
More information about the richfaces-svn-commits
mailing list