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&op=viewtopic&...
Users Forum.</ulink>
+Some additional information can be found on the <ulink
url="http://jboss.com/index.html?module=bb&op=viewtopic&...
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><a4j:region></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&op=viewtopic&...;.
+Some additional information about usage of component can be found <ulink
url="http://www.jboss.com/index.html?module=bb&op=viewtopic&...;.
</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><a4j:poll></property>
</emphasis> has all described in the <emphasis role="bold">
- <property><ulink
url="ch06s05.html"><a4j:support></ulink></property>
+ <property><ulink
url="index.html#support"><a4j:support></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"><a4j:support></ulink></property></emphasis>
component description.
+ <property><ulink
url="index.html#support"><a4j:support></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&op=viewtopic&...
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
"myQueue" 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 "myQueue" 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>"IgnoreDupResponses"</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&op=viewtopic&...
here</ulink>. </para>
<emphasis
role="italic">
@@ -282,7 +282,7 @@
<emphasis
role="bold"><a4j:region></emphasis> can't work
inside
iteration components like <emphasis
role="bold"><h:dataTable></emphasis>
and <emphasis
role="bold"><a4j:repeat></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&op=viewtopic&...
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 "web.xml" file:
+ <para>It is also necessary to add jar files (see <ulink
url="index.html#Installation">installation chapter</ulink>) and modify
the "web.xml" file:
</para>
<programlisting role="XML"> <![CDATA[<?xml
version="1.0"?>
<web-app version="2.4"
xmlns="http://java.sun.com/xml/ns/j2ee"