[richfaces-svn-commits] JBoss Rich Faces SVN: r13458 - in trunk/docs: userguide/en/src/main/docbook/modules and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Apr 9 08:17:30 EDT 2009


Author: smukhina
Date: 2009-04-09 08:17:30 -0400 (Thu, 09 Apr 2009)
New Revision: 13458

Modified:
   trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
   trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
Log:
https://jira.jboss.org/jira/browse/RF-5957 RF documentation version on project page and in the RF guides; versions are corrected in dev guide

Modified: trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml
===================================================================
--- trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml	2009-04-09 12:04:56 UTC (rev 13457)
+++ trunk/docs/faq/en/src/main/docbook/module/RFCfaq.xml	2009-04-09 12:17:30 UTC (rev 13458)
@@ -342,12 +342,12 @@
                     <para>The answer is yes. </para>
                     <para>Component provides two controllers groups for switching:</para>
                     <itemizedlist>
-                              <listitem>Page numbers for switching onto a particular page</listitem>
-                              <listitem>The controls of fast switching: &quot;first&quot;,
+                              <listitem><para>Page numbers for switching onto a particular page</para></listitem>
+                              <listitem><para>The controls of fast switching: &quot;first&quot;,
                                         &quot;last&quot;, &quot;next&quot;,
                                         &quot;previous&quot;,
                                         &quot;fastforward&quot;,
-                                        &quot;fastrewind&quot;</listitem>
+                                        &quot;fastrewind&quot;</para></listitem>
                     </itemizedlist>
                     <para>The controls of fast switching are created adding the facets component
                               with the corresponding name:</para>
@@ -648,16 +648,17 @@
                     <title>How to make html scrollbars in modalPanel?</title>
                     <para>The answer could be found on the RichFaces Users Forum:</para>
                     <itemizedlist>
-                              <listitem>
+                              <listitem><para>
                                         <ulink
                                                   url="http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;p=4062877#4062877"
                                                   >http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;p=4062877#4062877</ulink>
-                              </listitem>
+                              </para> </listitem>
                               <listitem>
+                              <para>
                                         <ulink
                                                   url="http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=105412"
                                                   >http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=105412</ulink>
-                              </listitem>
+                              </para>  </listitem>
                     </itemizedlist>
 
           </section>
@@ -948,10 +949,11 @@
                     <para> RichFaces currently does not use <emphasis>invokeOnComponent</emphasis>
                               because of the 2 reasons: </para>
                     <itemizedlist>
-                              <listitem> Compatibility with JSF 1.1 and MyFaces applications is
+                              <listitem> <para>Compatibility with JSF 1.1 and MyFaces applications is
                                         kept, due to a big amount of code used in corporate
-                                        applications. </listitem>
+                                        applications. </para></listitem>
                               <listitem>
+                                        <para>
                                         <emphasis> InvokeOnComponent</emphasis> works with already
                                         known clientId, and works fine for communication between
                                         widget and backed component, or updates content of already
@@ -960,7 +962,7 @@
                                         as there is a choice for updatable components in application
                                         logic, where it&apos;s necessary to navigate in a
                                         components tree by the native id, with
-                                        <code>findComponent()</code> methods. </listitem>
+                                                  <code>findComponent()</code> methods.</para> </listitem>
                     </itemizedlist>
                     <para> Thus, for example, only entire dataTable can be updated in response (but
                               all Ajax core action components inside table work properly). </para>
@@ -1031,15 +1033,20 @@
                                         <property>&quot;IgnoreDupResponses&quot;</property>
                               </emphasis> attribute appeared from 1.0.4 RC1 version and is used on
                               the client for response ignoring after an Ajax request if a newer
-                              request has been already sent. <para> The additional information could
+                              request has been already sent. 
+                    </para>
+                              <para> The additional information could
                                         be found <ulink
                                                   url="http://jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=105766"
-                                                  >here</ulink>. </para>
+                                                  >here</ulink>.
+                              </para>
+                    <para>
                               <emphasis>
                                         <property>&quot;RequestDelay&quot;</property>
                               </emphasis> attribute also defines the client behavior. It sets the
                               time delay, after which another request could be sent, all other
-                              requests are taken away from a queue except the last one. </para>
+                              requests are taken away from a queue except the last one. 
+                    </para>
           </section>
 
 

Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml	2009-04-09 12:04:56 UTC (rev 13457)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml	2009-04-09 12:17:30 UTC (rev 13458)
@@ -1304,7 +1304,7 @@
 				is another way to use its functionality by means of <link linkend="Neko">Neko filter
 					type</link> . </para>
 		</note>
-		<para> In RichFaces 3.2 filter configuration becomes more flexible. It&apos;s possible to
+		<para> From RichFaces 3.2 filter configuration becomes more flexible. It&apos;s possible to
 			configure different filters for different sets of pages for the same application. </para>
 		<para>The possible filter types are:</para>
 		<itemizedlist>




More information about the richfaces-svn-commits mailing list