Author: vkorluzhenko
Date: 2007-07-07 09:25:01 -0400 (Sat, 07 Jul 2007)
New Revision: 1531
Modified:
trunk/docs/ajaxguide/en/src/main/docbook/included/log.xml
Log:
http://jira.jboss.com/jira/browse/RF-414
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/log.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/log.xml 2007-07-06 19:22:46 UTC (rev
1530)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/log.xml 2007-07-07 13:25:01 UTC (rev
1531)
@@ -60,5 +60,10 @@
attribute on the component. </para>
<para>Example:</para><programlisting
role="XML"><![CDATA[<a4j:log level="ALL"
popup="false" width="400"
height="200"/>]]></programlisting>
<para>The component defined this way is decoded on a page as <emphasis
role="bold"><property><div></property></emphasis>
inside a page, where all the information beginning with informational message is
generated.</para>
+ <note>
+ <title>Note:</title>
+ <para><emphasis
role="bold"><a4j:log></emphasis> is getting renewed
automatically after execution of ajax requests. Don't renew <emphasis
role="bold"><a4j:log></emphasis> by using
reRender!</para>
+ </note>
+
</section>
</chapter>