Author: smukhina
Date: 2007-06-22 09:45:20 -0400 (Fri, 22 Jun 2007)
New Revision: 276
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/a4jUGusingAJAX.xml
Log:
spelling and grammar mistakes are corrected
Modified: trunk/docs/userguide/en/src/main/docbook/modules/a4jUGusingAJAX.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/a4jUGusingAJAX.xml 2007-06-22
13:43:38 UTC (rev 275)
+++ trunk/docs/userguide/en/src/main/docbook/modules/a4jUGusingAJAX.xml 2007-06-22
13:45:20 UTC (rev 276)
@@ -226,7 +226,7 @@
<property><a4j:region></property>
</emphasis> tag.
</para>
- <para>If you wish to render the content of AJAX response outside of the
active region then
+ <para>If you wish to render the content of an AJAX response outside of the
active region then
the value of the "renderRegionOnly" attribute should be set
to "false". Otherwise, your
AJAX updates are limited to elements of the active region.
</para>
@@ -238,7 +238,7 @@
many cases.
</para>
<para>But you can not use this approach if your page contains, e.g. a
<emphasis
role="bold"><property><f:verbatim></property></emphasis>
- tag and you wish to update its content on AJAX response.
+ tag and you wish to update its content on an AJAX response.
</para>
<para>The problem with the <emphasis role="bold">
<property><f:verbatim/></property>
@@ -256,7 +256,7 @@
other panel's child tags could be updated on AJAX response. There are
two ways to
control this:
<itemizedlist>
- <listitem>
+ <listitem>
By setting the "ajaxRendered" attribute value to
"true".
</listitem>
<listitem>
Show replies by date