Author: atsebro
Date: 2008-10-28 13:04:54 -0400 (Tue, 28 Oct 2008)
New Revision: 10959
Modified:
trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml
Log:
RF-4216: AjaxKeepAlive is not a component
Modified: trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml 2008-10-28 17:04:11
UTC (rev 10958)
+++ trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml 2008-10-28 17:04:54
UTC (rev 10959)
@@ -31,7 +31,7 @@
</tgroup>
</table>
- <section id="a4jkalpagetag" role="updated">
+ <section id="a4jkalpagetag" role="updated">
<title>Using the tag on a Page</title>
<para>To create the simplest variant on a page use the
following syntax:</para>
@@ -40,10 +40,15 @@
<emphasis
role="bold">Example:</emphasis>
</para>
<programlisting
role="XML"><![CDATA[<a4j:keepAlive beanName =
"testBean"/>]]></programlisting>
- <para>Note, that to be put into the request scope the pointed
bean should be registered inside faces-config.xml file and marked with
<property>org.ajax4jsf.model.KeepAlive</property> annotation.
+ <para>Note, that to be put into the request scope the pointed
bean should be
+ registered inside faces-config.xml file and marked with
+
<property>org.ajax4jsf.model.KeepAlive</property>
+ annotation. </para>
+ <para>
+ A bean instance in the request scope could also be saved
directly through the declaration of <code>@KeepAlive</code> annotation inside
the bean.
</para>
</section>
-
+
<!-- There's no AjaxKeepAlive component nor AjaxKeepAlive class and it
cannot be created programmatically and there's no need for that.
<section>
@@ -57,7 +62,7 @@
...]]></programlisting>
</section>
-->
-
+
<section>
<title>Key attributes and ways of usage</title>
<para> If a managed bean is declared with
<property>request</property> scope in
Show replies by date