[richfaces-svn-commits] JBoss Rich Faces SVN: r12211 - trunk/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Jan 12 07:44:24 EST 2009
Author: msorokin
Date: 2009-01-12 07:44:24 -0500 (Mon, 12 Jan 2009)
New Revision: 12211
Modified:
trunk/docs/userguide/en/src/main/docbook/included/queue.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/queue.xml
Log:
https://jira.jboss.org/jira/browse/RF-4664
Completed the chapter
Modified: trunk/docs/userguide/en/src/main/docbook/included/queue.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/queue.desc.xml 2009-01-12 12:40:56 UTC (rev 12210)
+++ trunk/docs/userguide/en/src/main/docbook/included/queue.desc.xml 2009-01-12 12:44:24 UTC (rev 12211)
@@ -7,7 +7,7 @@
</keywordset>
</sectioninfo>
<title>Description</title>
- <para>The <emphasis role="bold"><property><a4j:queue></property></emphasis> component creates a queue of the Ajax requests. The Ajax4JSF or RichFaces with built-in Ajax can reference the queue to optimize Ajax requests.</para>
+ <para>The <emphasis role="bold"><property><a4j:queue></property></emphasis> component creates a queue of the Ajax requests. The Ajax4JSF or RichFaces components with built-in Ajax can reference the queue to optimize Ajax requests.</para>
<para>You can find more information about the <emphasis role="bold"><property><a4j:queue></property></emphasis> in the "<link linkend="QueuePrinciples">Queue Principles</link>" section.</para>
</section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/included/queue.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/queue.xml 2009-01-12 12:40:56 UTC (rev 12210)
+++ trunk/docs/userguide/en/src/main/docbook/included/queue.xml 2009-01-12 12:44:24 UTC (rev 12211)
@@ -101,7 +101,7 @@
</para>
<programlisting role="XML"><![CDATA[...
<h:form>
-<a4j:queue size="2" requestDelay="20000" sizeExceededBehavior="dropNext" onsizeexceeded="alert('The size of the queue is exceeded')" />
+<a4j:queue size="2" requestDelay="500" sizeExceededBehavior="dropNext" onsizeexceeded="alert('The size of the queue is exceeded')" />
<h:inputText value="#{queue.a}" >
<a4j:support event="onkeyup" />
</h:inputText>
@@ -127,7 +127,7 @@
</para>
<programlisting role="XML"><![CDATA[...
<h:form>
-<a4j:queue requestDelay="20000" ignoreDupResponses="true" />
+<a4j:queue requestDelay="500" ignoreDupResponses="true" />
<h:inputText value="#{queue.a}" >
<a4j:support event="onkeyup" />
</h:form>
More information about the richfaces-svn-commits
mailing list