Author: vkorluzhenko
Date: 2007-11-13 13:42:17 -0500 (Tue, 13 Nov 2007)
New Revision: 3966
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
Log:
http://jira.jboss.com/jira/browse/RF-794 - rewrote question in the FAQ.
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml 2007-11-13 18:40:25 UTC
(rev 3965)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml 2007-11-13 18:42:17 UTC
(rev 3966)
@@ -481,14 +481,12 @@
<section id="RerenderingPartPage">
<?dbhtml filename="RerenderingPartPage.html"?>
<title>How to reRender only particular row(s) of
dataTable?</title>
- <para> If you use dataTable then you may use ajaxKeys attribute to
bind the rowKeys
- to be reRendered there. After you need to point reRender on the
whole table
- and only specified rows will be reRendered.
- <!--
- Also the example of usage of <emphasis role="bold"
- ><a4j:repeat></emphasis> component are available
<ulink
-
url="http://livedemo.exadel.com/richfaces-demo/richfaces/repeat.jsf?...;.
- -->
+ <para> If you use dataTable then you may use <emphasis>
+
<property>"ajaxKeys"</property>
+ </emphasis> attribute to bind the rowKeys to be reRendered
there. After you
+ need to point reRender on the specific rows. See also <link
+ linkend="IterationcomponentsAjaxattributes"
+ >"Iteration components Ajax attributes
section".</link>
</para>
</section>
@@ -606,9 +604,9 @@
</rich:suggestionbox>
...
]]></programlisting>
- <para>In the example
<property>"onselect"</property> event is used for sending
selected
- value to the server. It's also possible to pass
additional fields
- of selected object (which don't belong to
<emphasis>
+ <para>In the example
<property>"onselect"</property> event is used
+ for sending selected value to the server. It's also
possible to
+ pass additional fields of selected object (which don't
belong to <emphasis>
<property>"fetchvalue"</property>
</emphasis> attribute.)</para>
</section>