[seam-commits] Seam SVN: r15037 - branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Aug 14 10:44:50 EDT 2012


Author: manaRH
Date: 2012-08-14 10:44:50 -0400 (Tue, 14 Aug 2012)
New Revision: 15037

Modified:
   branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Conversations.xml
Log:
JBSEAM-5011

Modified: branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Conversations.xml
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Conversations.xml	2012-08-14 14:24:22 UTC (rev 15036)
+++ branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/Conversations.xml	2012-08-14 14:44:50 UTC (rev 15037)
@@ -1298,26 +1298,16 @@
       </section>
     
       <section>
-        <title>RichFaces (Ajax4jsf)</title>
+        <title>RichFaces 4</title>
     
         <para>
-           RichFaces (Ajax4jsf) is the Ajax library most commonly used with Seam, and
+           RichFaces is the JSF 2 component library most commonly used with Seam, and
           provides all the controls discussed above:
         </para>
       
         <itemizedlist>
           <listitem>
             <para>
-              <literal>eventsQueue</literal> &#8212; provides a queue in which 
-              events are placed.  All events are queued and requests are sent to
-              the server serially.  This is useful if the request to the
-              server can take some time to execute (e.g. heavy computation,
-              retrieving information from a slow source) as the server isn't
-              flooded.
-            </para>
-          </listitem>
-          <listitem>
-            <para>
               <literal>ignoreDupResponses</literal> &#8212; ignores the response 
               produced by the request if a more recent 'similar' request is
               already in the queue. ignoreDupResponses="true" does <emphasis>not 
@@ -1346,7 +1336,7 @@
           </listitem>
           <listitem>
             <para>
-              <literal>&lt;a:poll reRender="total" interval="1000" /&gt;</literal> &#8212;
+              <literal>&lt;a:poll render="total" interval="1000" /&gt;</literal> &#8212;
               Polls the server, and rerenders an area as needed
             </para>
           </listitem>



More information about the seam-commits mailing list