[richfaces-svn-commits] JBoss Rich Faces SVN: r2270 - trunk/docs/userguide/en/src/main/docbook/modules.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Wed Aug 15 10:55:07 EDT 2007
Author: vkukharchuk
Date: 2007-08-15 10:55:07 -0400 (Wed, 15 Aug 2007)
New Revision: 2270
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
Log:
http://jira.jboss.com/jira/browse/RF-597
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml 2007-08-15 14:06:00 UTC (rev 2269)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCfaq.xml 2007-08-15 14:55:07 UTC (rev 2270)
@@ -485,19 +485,22 @@
>here</ulink>.</para>
</section>
+ <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 reRedered.
+ <!--
+ 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?c=repeat">here</ulink>.
+ -->
+ </para>
+ </section>
+
+
<section>
- <?dbhtml filename="RerenderingPartPage.html"?>
- <title>How to reRender only particular row(s) of dataTable?</title>
- <para> If you use <emphasis role="bold"><rich:dataTable></emphasis>
- 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 reRedered. Also the example of usage of <emphasis
- role="bold"><a4j:repeat></emphasis> component are
- available <ulink url="http://livedemo.exadel.com/a4j-repeat/"
- >here</ulink>.</para>
- </section>
-
- <section>
<?dbhtml filename="Howtomakehtmlscrollbars.html"?>
<title>How to make html scrollbars in modalPanel?</title>
<para>The answer could be found on the RichFaces Users Forum:</para>
@@ -806,13 +809,13 @@
</para>
</section>
- <section id="SeveralStatusOnPage">
- <?dbhtml filename="SeveralStatusOnPage.html"?>
- <title>Can I have several <a4j:status> components on one page?</title>
- <para>Yes, you can. More information about this problem could be found on the <ulink
- url="http://livedemo.exadel.com/a4j-status/">JBoss Ajax4jsf Online
- Demos</ulink>. </para>
- </section>
+ <section id="SeveralStatusOnPage">
+ <?dbhtml filename="SeveralStatusOnPage.html"?>
+ <title>Can I have several <a4j:status> components on one page?</title>
+ <para>Yes, you can. More information about this problem could be found on the <ulink
+ url="http://livedemo.exadel.com/richfaces-demo/richfaces/status.jsf?c=status">JBoss RichFaces Online Demos</ulink>.
+ </para>
+ </section>
<section id="SomeProblemsWithRendering">
<?dbhtml filename="SomeProblemsWithRendering.html"?>
More information about the richfaces-svn-commits
mailing list