Author: smukhina
Date: 2007-07-10 08:30:09 -0400 (Tue, 10 Jul 2007)
New Revision: 1575
Modified:
trunk/docs/ajaxguide/en/src/main/docbook/included/region.xml
Log:
http://jira.jboss.com/jira/browse/RF-436
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/region.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/region.xml 2007-07-10 12:29:42 UTC
(rev 1574)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/region.xml 2007-07-10 12:30:09 UTC
(rev 1575)
@@ -93,7 +93,7 @@
<!--..Some content with HTML used ("br" ,"h1" and other tags
used)-->
</a4j:region >]]></programlisting>
<para>In this case, the processing is quicker and going on without referring to
a page code, but the HTML code that isn't saved in a component tree could be
lost. Thus, this optimization should be very carefully performed and a usage of the
additional components ajax4jsf (<emphasis
role="bold"><property><a4j:outputPanel></property></emphasis>)
is required. </para>
- <para>The processing could be also accelerated if a region decoded for the
processing passes straight away into Encode. But to update some data out of the region or
on another region, use the <emphasis role="italic">
+ <para>The processing could be also accelerated if a region decoded for the
processing passes straight away into Encode. But to update some data out of the region or
on another region, use the <emphasis >
<property>"renderRegionOnly"</property>
</emphasis>
attribute set to "false" ("true on default") to
change this behaviour.</para>