Author: smukhina
Date: 2007-07-10 08:29:42 -0400 (Tue, 10 Jul 2007)
New Revision: 1574
Modified:
trunk/docs/ajaxguide/en/src/main/docbook/included/poll.xml
Log:
http://jira.jboss.com/jira/browse/RF-436
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/poll.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/poll.xml 2007-07-10 12:28:03 UTC
(rev 1573)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/poll.xml 2007-07-10 12:29:42 UTC
(rev 1574)
@@ -38,7 +38,7 @@
]]></programlisting>
<para>The <emphasis role="bold">
<property><a4j:poll></property>
- </emphasis> component defined this way every second submits AJAX form onto
the server, performs the corresponding action and renders a components with the
<emphasis role="italic">
+ </emphasis> component defined this way every second submits AJAX form onto
the server, performs the corresponding action and renders a components with the
<emphasis >
<property>"someDataTable"</property>
</emphasis> id after a response comes back.</para>
</section>
@@ -55,7 +55,7 @@
<para>The component decodes all necessary JavaScript for time count and on the
expiry of some interval for calling of a Ajax4jsf utility method for Ajax request sending
(A4J.AJAX.Submit (Some request parameters)).
</para>
<para>
- The timer could be stopped or started in any time. The current state is controlled on
the component with the <emphasis role="italic">
+ The timer could be stopped or started in any time. The current state is controlled on
the component with the <emphasis >
<property>"enabled"</property>
</emphasis> attribute:
</para>
@@ -64,9 +64,9 @@
<para>As any Ajax4jsf Action component, <emphasis role="bold">
<property><a4j:poll></property>
</emphasis> has all described in the <emphasis role="bold">
- <property><ulink
url="ch06s05.html"><a4j:support></ulink></property>
+ <property><ulink
url="index.html#support"><a4j:support></ulink></property>
</emphasis> chapter attributes to provide the necessary behavior of request
sending (delay, limitation of a submit and render area, requests frequency, and etc.). For
detailed information on these attributes see again the <emphasis
role="bold">
- <property><ulink
url="ch06s05.html"><a4j:support></ulink></property></emphasis>
component description.
+ <property><ulink
url="index.html#support"><a4j:support></ulink></property></emphasis>
component description.
</para>
<para>
The aditional information about component usage you can find here:<ulink
url="http://jboss.com/index.html?module=bb&op=viewtopic&...
Users Forum.