Author: smukhina
Date: 2007-06-25 09:28:31 -0400 (Mon, 25 Jun 2007)
New Revision: 279
Modified:
trunk/docs/userguide/en/src/main/docbook/included/poll.xml
trunk/docs/userguide/en/src/main/docbook/included/region.xml
trunk/docs/userguide/en/src/main/docbook/included/repeat.xml
trunk/docs/userguide/en/src/main/docbook/included/status.xml
Log:
Language mistakes correction
Modified: trunk/docs/userguide/en/src/main/docbook/included/poll.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/poll.xml 2007-06-25 12:30:04 UTC
(rev 278)
+++ trunk/docs/userguide/en/src/main/docbook/included/poll.xml 2007-06-25 13:28:31 UTC
(rev 279)
@@ -33,7 +33,7 @@
<section>
<title>Creating on a page</title>
- <para>To use this component it's necessary only to set an update
interval.</para>
+ <para>To use this component it's necessary only to set an update
interval.</para>
<programlisting role="XML"><![CDATA[<a4j:poll
interval="1000" reRender="someDataTable"
action="#{bean.action1}"/>
]]></programlisting>
<para>The <emphasis role="bold">
@@ -52,7 +52,7 @@
</section>
<section>
<title>Key attributes and ways of usage</title>
- <para>The component decodes all necessary JavaScript for time count and on the
expiry of some interval for calling of a Ajax4jsf utility method for Ajax request sending
(A4J.AJAX.Submit( Some request parameters)).
+ <para>The component decodes all necessary JavaScript for time count and on the
expiry of some interval for calling of a Ajax4jsf utility method for Ajax request sending
(A4J.AJAX.Submit (Some request parameters)).
</para>
<para>
The timer could be stopped or started in any time. The current state is controlled on
the component with the <emphasis role="italic">
Modified: trunk/docs/userguide/en/src/main/docbook/included/region.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/region.xml 2007-06-25 12:30:04 UTC
(rev 278)
+++ trunk/docs/userguide/en/src/main/docbook/included/region.xml 2007-06-25 13:28:31 UTC
(rev 279)
@@ -57,7 +57,7 @@
</emphasis> component.
</listitem>
<listitem>
- The whole form is submitted on Ajax response and not a region the request is
performed from.
+ The whole form is submitted on Ajax response and not a region that request is
performed from.
</listitem>
</itemizedlist></para>
<para><emphasis
role="bold">Example:</emphasis></para>
@@ -83,7 +83,7 @@
<para>Therefore, the external region is decoded for the
"link1" and the internal one is decoded for the
"link2".</para>
<para>Ajax4jsf allows setting Ajax responses rendering directly basing on
component tree nodes without referring to the JSP (XHTML) page code. It could be defined
by selfRendered attribute setting to "true" on <emphasis
role="bold">
<property><a4j:region></property>
- </emphasis> and could help considerably speed up a response output. However,
this rapid processing could cause missing of transient components that present on view and
don't come into a component tree as well as omitting of <emphasis
role="bold">
+ </emphasis> and could help considerably speed up a response output. However,
this rapid processing could cause missing of transient components that present on view and
don't come into a component tree as well as omitting of <emphasis
role="bold">
<property><a4j:outputPanel></property>
</emphasis> usage described below.
</para>
@@ -92,7 +92,7 @@
<a4j:commandLink reRender="someID" value="Link"
id="link1"/>
<!--..Some content with HTML used ("br" ,"h1" and other tags
used)-->
</a4j:region >]]></programlisting>
- <para>In this case, the processing is quicker and going on without referring to
a page code, but the HTML code that isn't saved in a component tree could be lost.
Thus this optimization should be very carefully performed and a usage of the additional
components ajax4jsf (<emphasis
role="bold"><property><a4j:outputPanel></property></emphasis>)
is required. </para>
+ <para>In this case, the processing is quicker and going on without referring to
a page code, but the HTML code that isn't saved in a component tree could be
lost. Thus, this optimization should be very carefully performed and a usage of the
additional components ajax4jsf (<emphasis
role="bold"><property><a4j:outputPanel></property></emphasis>)
is required. </para>
<para>The processing could be also accelerated if a region decoded for the
processing passes straight away into Encode. But to update some data out of the region or
on another region, use the <emphasis role="italic">
<property>"renderRegionOnly"</property>
</emphasis>
Modified: trunk/docs/userguide/en/src/main/docbook/included/repeat.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/repeat.xml 2007-06-25 12:30:04 UTC
(rev 278)
+++ trunk/docs/userguide/en/src/main/docbook/included/repeat.xml 2007-06-25 13:28:31 UTC
(rev 279)
@@ -95,7 +95,7 @@
<property>"repeater.myRepeat"</property>
</emphasis></para>
</note>
-<para>One more benefit of this component is absence of strictly defined markup as
JSF HTML DataTable and Tomahawk DataTable has, hence the components could be used more
flexibly anywhere where it's necessary to output the results of selection from some
collection.</para>
+<para>One more benefit of this component is absence of strictly defined markup as
JSF HTML DataTable and Tomahawk DataTable has, hence the components could be used more
flexibly anywhere where it's necessary to output the results of selection from
some collection.</para>
<para>The next example shows collection output as a plain HTML list</para>
<programlisting role="JSP"><![CDATA[<ul>
<a4j:repeat ...>
Modified: trunk/docs/userguide/en/src/main/docbook/included/status.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/status.xml 2007-06-25 12:30:04 UTC
(rev 278)
+++ trunk/docs/userguide/en/src/main/docbook/included/status.xml 2007-06-25 13:28:31 UTC
(rev 279)
@@ -33,7 +33,7 @@
<section>
<title>Creating on a page</title>
- <para>There are two ways to define elements indicating a request status
:</para>
+ <para>There are two ways to define elements indicating a request status
:</para>
<itemizedlist>
<listitem>
With <emphasis role="italic">
Show replies by date