[ajax4jsf-svn-commits] JBoss Ajax4JSF SVN: r294 - in trunk/docs/userguide/en/src/main/docbook: modules and 1 other directory.

ajax4jsf-svn-commits at lists.jboss.org ajax4jsf-svn-commits at lists.jboss.org
Fri Jun 29 12:04:00 EDT 2007


Author: vkorluzhenko
Date: 2007-06-29 12:03:59 -0400 (Fri, 29 Jun 2007)
New Revision: 294

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/include.xml
   trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
   trunk/docs/userguide/en/src/main/docbook/included/poll.xml
   trunk/docs/userguide/en/src/main/docbook/included/support.xml
   trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml
   trunk/docs/userguide/en/src/main/docbook/modules/a4jUGstart.xml
Log:
fixed errors with links and language errors

Modified: trunk/docs/userguide/en/src/main/docbook/included/include.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/include.xml	2007-06-28 19:08:48 UTC (rev 293)
+++ trunk/docs/userguide/en/src/main/docbook/included/include.xml	2007-06-29 16:03:59 UTC (rev 294)
@@ -80,7 +80,7 @@
       </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>
+Some additional information can be found on the <ulink url="http://jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=104158">Ajax4Jsf Users Forum.</ulink>
 </para>
 </section>
 </chapter>
\ No newline at end of file

Modified: trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml	2007-06-28 19:08:48 UTC (rev 293)
+++ trunk/docs/userguide/en/src/main/docbook/included/outputPanel.xml	2007-06-29 16:03:59 UTC (rev 294)
@@ -119,7 +119,7 @@
         <property>&lt;a4j:region&gt;</property>
       </emphasis> and could help considerably speed up a response output. However, if a transient flag is kept as it is, this rapid processing could cause missing of transient components that present on view and don’t come into a component tree. Hence, for any particular case you could choose a way for you application optimization: speed up processing or redundant memory for keeping tree part earlier defined a transient. </para>
 <para>
-Some additional information about usage of component you can find <ulink url="http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;p=4052203#4052203">here</ulink>.
+Some additional information about usage of component can be found <ulink url="http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;p=4052203#4052203">here</ulink>.
 </para>	  
   </section>
 </chapter>
\ No newline at end of file

Modified: trunk/docs/userguide/en/src/main/docbook/included/poll.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/poll.xml	2007-06-28 19:08:48 UTC (rev 293)
+++ trunk/docs/userguide/en/src/main/docbook/included/poll.xml	2007-06-29 16:03:59 UTC (rev 294)
@@ -64,9 +64,9 @@
 <para>As any Ajax4jsf Action component, <emphasis role="bold">
         <property>&lt;a4j:poll&gt;</property>
       </emphasis> has all described in the <emphasis role="bold">
-        <property><ulink url="ch06s05.html">&lt;a4j:support&gt;</ulink></property>
+        <property><ulink url="index.html#support">&lt;a4j:support&gt;</ulink></property>
       </emphasis> chapter attributes to provide the necessary behavior of request sending (delay, limitation of a submit and render area, requests frequency, and etc.). For detailed information on these attributes see again the <emphasis role="bold">
-        <property><ulink url="ch06s05.html">&lt;a4j:support&gt;</ulink></property></emphasis> component description.
+        <property><ulink url="index.html#support">&lt;a4j:support&gt;</ulink></property></emphasis> component description.
  </para>
  <para>
 The aditional information about component usage you can find here:<ulink url="http://jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=103909">Ajax4Jsf Users Forum.

Modified: trunk/docs/userguide/en/src/main/docbook/included/support.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/support.xml	2007-06-28 19:08:48 UTC (rev 293)
+++ trunk/docs/userguide/en/src/main/docbook/included/support.xml	2007-06-29 16:03:59 UTC (rev 294)
@@ -137,7 +137,7 @@
 	</h:inputText>
 	<h:outputText value="#{person.name}" id="test"/>
 </form>]]></programlisting>
-          <para>This example clearly shows  mentioned above attributes. If quick typing in a text field happens, every next requests sending is delayed for a second and requests quantity is reduced. The requests are kept in the queue &quot;myQueue&quot; till its the sending.
+          <para>This example clearly shows  mentioned <ulink url="index.html#support">above</ulink> attributes. If quick typing in a text field happens, every next requests sending is delayed for a second and requests quantity is reduced. The requests are kept in the queue &quot;myQueue&quot; till its the sending.
 Moreover, if the next request is already sent, the rerendering after the previous request is banned, and
  it helps to avoid unnecessary processing on the client.</para>
         </listitem>

Modified: trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml	2007-06-28 19:08:48 UTC (rev 293)
+++ trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml	2007-06-29 16:03:59 UTC (rev 294)
@@ -220,7 +220,7 @@
                 <property>&quot;IgnoreDupResponses&quot;</property>
             </emphasis> attribute appeared from 1.0.4 RC1 version and is used on the client for
             response ignoring after an AJAX request if a newer request has been already sent. <para>
-                The additional information could be found on the<ulink
+                The additional information could be found <ulink
                     url="http://jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=105766"
                     >here</ulink>. </para>
             <emphasis role="italic">
@@ -282,7 +282,7 @@
             <emphasis role="bold">&lt;a4j:region&gt;</emphasis> can&apos;t work inside
             iteration components like <emphasis role="bold">&lt;h:dataTable&gt;</emphasis>
             and <emphasis role="bold">&lt;a4j:repeat&gt;</emphasis>. </para>
-        <para>The details  could be found on the <ulink
+        <para>The details  could be found <ulink
                 url="http://jboss.com/index.html?module=bb&amp;op=viewtopic&amp;t=109080"
                 >here. </ulink>
         </para>

Modified: trunk/docs/userguide/en/src/main/docbook/modules/a4jUGstart.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/a4jUGstart.xml	2007-06-28 19:08:48 UTC (rev 293)
+++ trunk/docs/userguide/en/src/main/docbook/modules/a4jUGstart.xml	2007-06-29 16:03:59 UTC (rev 294)
@@ -191,7 +191,7 @@
     <section id="Web.xml">
     <?dbhtml filename="Web.xml.html"?>
       <title>Web.xml</title>
-      <para>It is also necessary to add jar files (see <ulink url="GettingStartedWithAjax4jsf.html#Installation">installation chapter</ulink>) and modify the &quot;web.xml&quot; file:
+      <para>It is also necessary to add jar files (see <ulink url="index.html#Installation">installation chapter</ulink>) and modify the &quot;web.xml&quot; file:
       </para>
       <programlisting role="XML">    <![CDATA[<?xml version="1.0"?>
     <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"




More information about the ajax4jsf-svn-commits mailing list