Author: smukhina
Date: 2007-06-28 05:14:36 -0400 (Thu, 28 Jun 2007)
New Revision: 289
Modified:
trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml
trunk/docs/userguide/en/src/main/docbook/included/include.desc.xml
trunk/docs/userguide/en/src/main/docbook/included/include.xml
Log:
language correction
Modified: trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml 2007-06-27
23:12:00 UTC (rev 288)
+++ trunk/docs/userguide/en/src/main/docbook/included/htmlCommandLink.xml 2007-06-28
09:14:36 UTC (rev 289)
@@ -49,7 +49,7 @@
<title>Key attributes and ways of usage</title>
<para>The difference with the original component is that all hidden fields
required for command links with child <emphasis role="bold">
<property><f:param></property>
- </emphasis> elements are always rendered and it doesn't depend on links
rendering on the initial page. It solves the problem with invalid links that weren't
rendered on a page immediately, but after some AJAX request.</para>
+ </emphasis> elements are always rendered and it doesn't depend on links
rendering on the initial page. It solves the problem with invalid links that
weren't rendered on a page immediately, but after some AJAX
request.</para>
<programlisting role="XML"><![CDATA[<a4j:form>
...
<a4j:htmlComandLink action="action" value="link"
rendered="#{bean.rendered}">
Modified: trunk/docs/userguide/en/src/main/docbook/included/include.desc.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/include.desc.xml 2007-06-27 23:12:00
UTC (rev 288)
+++ trunk/docs/userguide/en/src/main/docbook/included/include.desc.xml 2007-06-28 09:14:36
UTC (rev 289)
@@ -4,6 +4,6 @@
<title>Description</title>
<para>The <emphasis role="bold">
<property><a4j:include></property>
- </emphasis> component is used for page areas update after an AJAX request
according to the faces-config Navigation Rules and for realization of wizard-like parts
work in AJAX mode.</para>
+ </emphasis> component is used for page areas update after an AJAX request
according to the faces-config Navigation Rules and for implementation of wizard-like parts
work in AJAX mode.</para>
</section>
</chapter>
Modified: trunk/docs/userguide/en/src/main/docbook/included/include.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/include.xml 2007-06-27 23:12:00 UTC
(rev 288)
+++ trunk/docs/userguide/en/src/main/docbook/included/include.xml 2007-06-28 09:14:36 UTC
(rev 289)
@@ -71,13 +71,13 @@
</emphasis> pages. Navigation defined by these pages is applied to the
<emphasis role="bold">
<property><a4j:include></property>
</emphasis> element current for them.</para>
-<para>As in general case for Ajax Action component, if the <emphasis
role="bold">
+<para>As in the general case for Ajax Action component, if the <emphasis
role="bold">
<property><a4j:action></property>
</emphasis>component inside <emphasis role="bold">
<property><a4j:include></property>
</emphasis>returns outcome defined as <emphasis role="bold">
<property><redirect/></property>,
- </emphasis> AJAX submit is performed with navigation of all page and not only
of the current view.
+ </emphasis> AJAX submit is performed with navigation of the whole page and
not only of the current view.
</para>
<para>
Some additional information you can find here: <ulink
url="http://jboss.com/index.html?module=bb&op=viewtopic&...
Users Forum.</ulink>