Author: atsebro
Date: 2008-11-14 11:23:30 -0500 (Fri, 14 Nov 2008)
New Revision: 11174
Modified:
trunk/docs/userguide/en/src/main/docbook/included/poll.xml
Log:
RF-3099: describe poll with limitToList=true usage
Modified: trunk/docs/userguide/en/src/main/docbook/included/poll.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/poll.xml 2008-11-14 16:20:44 UTC
(rev 11173)
+++ trunk/docs/userguide/en/src/main/docbook/included/poll.xml 2008-11-14 16:23:30 UTC
(rev 11174)
@@ -144,6 +144,14 @@
<note><title>Note:</title><para> The form around the
<emphasis role="bold">
<property><a4j:poll></property>
</emphasis> component is required.</para></note>
+
+ <note>
+ <title>Note:</title>
+ <para>To make the <emphasis
role="bold"><property><a4j:poll></property></emphasis>
component
+ send requests periodically when it <code>limitToList</code> is set to
"true", pass the
+ <emphasis
role="bold"><property><a4j:poll></property></emphasis>
ID to it <code>reRender</code> attribute.
+ </para>
+ </note>
<!--para>The component decodes all necessary JavaScript for time count and on
the expiry of some
interval for calling of a RichFaces utility method for Ajax request sending
(A4J.AJAX.Submit
Show replies by date