Author: vkukharchuk
Date: 2007-06-16 07:12:56 -0400 (Sat, 16 Jun 2007)
New Revision: 267
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml
Log:
Modified: trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml 2007-06-14 13:43:59 UTC
(rev 266)
+++ trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml 2007-06-16 11:12:56 UTC
(rev 267)
@@ -280,7 +280,7 @@
<?dbhtml filename="PageRequiredOrNot.html"?>
<title>Is "a4j:page" required or not?</title>
<para>
-"a4j:page>" is a component used for solving of incompatibility problems in
early Ajax4jsf and MyFaces versions.
+"a4j:page" is a component used for solving of incompatibility problems in early
Ajax4jsf and MyFaces versions.
The component encodes the full html page structure.
</para>
<para>For information see discussion about this problem on the <ulink
url="http://jboss.com/index.html?module=bb&op=viewtopic&...
Users Forum.
@@ -313,8 +313,8 @@
<title>How to reRender only particular row(s) of datatable?</title>
<para>
If you use "rich: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 you can see example about usage of "a4j:repaet" component
+ After you need to point reRender on the whole table and only specified rows will be
reRedered.
+ Also you can see example about usage of "a4j:repeat" component
<ulink
url="http://livedemo.exadel.com/a4j-repeat/">here.
</ulink>
</para>