[ajax4jsf-svn-commits] JBoss Ajax4JSF SVN: r267 - trunk/docs/userguide/en/src/main/docbook/modules.

ajax4jsf-svn-commits at lists.jboss.org ajax4jsf-svn-commits at lists.jboss.org
Sat Jun 16 07:12:56 EDT 2007


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&amp;op=viewtopic&amp;t=106849&amp;postdays=0&amp;postorder=asc&amp;start=0">Ajax4Jsf 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>




More information about the ajax4jsf-svn-commits mailing list