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

ajax4jsf-svn-commits at lists.jboss.org ajax4jsf-svn-commits at lists.jboss.org
Thu Jun 28 05:14:37 EDT 2007


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>&lt;f:param&gt;</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&apos;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>&lt;a4j:include&gt;</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>&lt;a4j:include&gt;</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>&lt;a4j:action&gt;</property>
       </emphasis>component inside <emphasis role="bold">
         <property>&lt;a4j:include&gt;</property>
       </emphasis>returns outcome defined as <emphasis role="bold">
         <property>&lt;redirect/&gt;</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&amp;op=viewtopic&amp;t=104158">Ajax4Jsf Users Forum.</ulink>




More information about the ajax4jsf-svn-commits mailing list