Author: vkukharchuk
Date: 2007-06-14 09:43:59 -0400 (Thu, 14 Jun 2007)
New Revision: 266
Modified:
trunk/docs/userguide/en/src/main/docbook/included/include.xml
trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml
Log:
Modified: trunk/docs/userguide/en/src/main/docbook/included/include.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/include.xml 2007-06-13 15:11:11 UTC
(rev 265)
+++ trunk/docs/userguide/en/src/main/docbook/included/include.xml 2007-06-14 13:43:59 UTC
(rev 266)
@@ -79,5 +79,8 @@
<property><redirect/></property>,
</emphasis> AJAX submit is performed with navigation of all 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>
+</para>
</section>
</chapter>
\ No newline at end of file
Modified: trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml 2007-06-13 15:11:11 UTC
(rev 265)
+++ trunk/docs/userguide/en/src/main/docbook/modules/a4jUGfaq.xml 2007-06-14 13:43:59 UTC
(rev 266)
@@ -215,18 +215,11 @@
<section id="DelayedRenderZone">
<?dbhtml filename="DelayedRenderZone.html"?>
<title>How to create "a4j delayed render zone"?</title>
+ <para>Component "a4j:support" has a "requestDelay" attribute
where you can define the delay.</para>
<para>For information see discussion about this problem on the <ulink
url="http://jboss.com/index.html?module=bb&op=viewtopic&...
Users Forum.</ulink>
</para>
</section>
-
-<section id="SeveralIncludesOnOnePage">
- <?dbhtml filename="SeveralIncludesOnOnePage.html"?>
- <title>Problem with several "a4j:include" on one page</title>
- <para>For information see discussion about this problem on the <ulink
url="http://jboss.com/index.html?module=bb&op=viewforum&...
Users Forum.
- </ulink>
- </para>
-</section>
<section id="HowToStopPoll">
<?dbhtml filename="HowToStopPoll.html"?>
@@ -286,25 +279,31 @@
<section id="PageRequiredOrNot">
<?dbhtml filename="PageRequiredOrNot.html"?>
<title>Is "a4j:page" required or not?</title>
+ <para>
+"a4j:page>" is a component used for solving of incompatibility problems in
early Ajax4jsf and MyFaces versions.
+The component encodes the full html page structure.
+ </para>
<para>For information see discussion about this problem on the <ulink
url="http://jboss.com/index.html?module=bb&op=viewtopic&...
Users Forum.
</ulink>
</para>
</section>
-
-
<section id="SeveralStatusOnPage">
<?dbhtml filename="SeveralStatusOnPage.html"?>
<title>Can I have several "a4j:status" component on one
page?</title>
- <para>For information see discussion about this problem on the <ulink
url="http://jboss.com/index.html?module=bb&op=viewtopic&...
Users Forum.
- </ulink>
+ <para>Yes, you can. For more information see example on
+ <ulink
url="http://livedemo.exadel.com/a4j-status/">JBoss Ajax4jsf
Online Demos</ulink>.
</para>
</section>
<section id="SomeProblemsWithRendering">
<?dbhtml filename="SomeProblemsWithRendering.html"?>
- <title>Some problem with rerendering input fields within
"a4j:repeat"</title>
- <para>For information see discussion about this problem on the <ulink
url="http://jboss.com/index.html?module=bb&op=viewtopic&...
Users Forum.
+ <title>Can I use "a4j:region" within
"a4j:repeat"?</title>
+ <para>
+ "a4j:region" can't work inside iteration components, like dataTable and
repeat.
+ This can be done for a JSF 1.2 targetted build only, at release 1.2.0.
+ </para>
+ <para>You can find details <ulink
url="http://jboss.com/index.html?module=bb&op=viewtopic&....
</ulink>
</para>
</section>
@@ -312,18 +311,15 @@
<section id="RerenderingPartPage">
<?dbhtml filename="RerenderingPartPage.html"?>
<title>How to reRender only particular row(s) of datatable?</title>
- <para>For information see discussion about this problem on the <ulink
url="http://jboss.com/index.html?module=bb&op=viewtopic&...
Users Forum.
+ <para>
+ If you use "rich:dataTable" then you may use ajaxKeys attribute to bind the
rowKeys to be reRendered there.
+ After you need to point reRender on the whole table and only specified rows will be
reRedered
+ Also you can see example about usage of "a4j:repaet" component
+ <ulink
url="http://livedemo.exadel.com/a4j-repeat/">here.
</ulink>
</para>
</section>
- <section id="RerenderingPartOfComponents">
- <?dbhtml filename="RerenderingPartOfComponents.html"?>
- <title>How to reRender only part of components in
"a4j:repeat"?</title>
- <para>For information see discussion about this problem on the <ulink
url="http://jboss.com/index.html?module=bb&op=viewtopic&...
Users Forum.
- </ulink>
- </para>
-</section>
<section id="RerederingSingleDataTableColumn">
<?dbhtml filename="RerederingSingleDataTableColumn.html"?>