Author: cluts
Date: 2009-02-13 06:44:38 -0500 (Fri, 13 Feb 2009)
New Revision: 12648
Modified:
trunk/docs/userguide/en/src/main/docbook/included/include.xml
Log:
RF-5954 - the corresponding section has been updated
Modified: trunk/docs/userguide/en/src/main/docbook/included/include.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/include.xml 2009-02-13 11:39:47 UTC
(rev 12647)
+++ trunk/docs/userguide/en/src/main/docbook/included/include.xml 2009-02-13 11:44:38 UTC
(rev 12648)
@@ -5,7 +5,7 @@
<keyword>a4j:include</keyword>
</keywordset>
</chapterinfo>
- <para><table frame="all">
+ <table frame="all">
<title>Component identification parameters</title>
<tgroup cols="2">
<thead>
@@ -33,7 +33,7 @@
</row>
</tbody>
</tgroup>
- </table></para>
+ </table>
<section>
<title>Creating on a page</title>
@@ -73,29 +73,9 @@
</section>
<section>
<title>Creating the Component Dynamically Using Java</title>
- <programlisting role="JAVA"><![CDATA[<import
org.ajax4jsf.component.html.Include;
-...
-Include myInclude = new Include();
-...
-]]></programlisting>
-<para>If <emphasis role="bold">
- <property><a4j:include></property>
- </emphasis> is defined this way, any Ajax request returning outcome inside
generates navigation with this <emphasis role="bold">
- <property><a4j:include></property>
- </emphasis>.</para>
-<para>Ajax Action for navigation implementation inside view must be placed inside
<emphasis role="bold">
- <property><a4j:include></property>
- </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 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 the whole page and
not only of the current view.
-</para>
+ <para>
+ This component cannot be created dynamically.
+ </para>
</section>
<section>
Show replies by date