Author: smukhina
Date: 2007-07-10 08:28:03 -0400 (Tue, 10 Jul 2007)
New Revision: 1573
Modified:
trunk/docs/ajaxguide/en/src/main/docbook/included/page.xml
Log:
http://jira.jboss.com/jira/browse/RF-436
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/page.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/page.xml 2007-07-10 11:08:00 UTC
(rev 1572)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/page.xml 2007-07-10 12:28:03 UTC
(rev 1573)
@@ -67,12 +67,12 @@
<title>Key attributes and ways of usage</title>
<para>The component is mostly used to solve the following problem with MyFaces
for erlier Ajax4gsf versions: in MyFaces <emphasis role="bold">
<property><f:view></property>
- </emphasis> doesn't get control over the "<emphasis
role="italic">
+ </emphasis> doesn't get control over the "<emphasis
>
<property>RENDER_RESPONSE</property>
</emphasis>" phase, thus AJAX can't get control and make a
response also. To avoid this problem it was necessary to use <emphasis
role="bold">
<property><a4j:page></property>
</emphasis> on the page round the AJAX updatable area. In the last versions
of both frameworks the problem is successfully fixed and no <emphasis
role="bold"><property><a4j:page></property></emphasis>
usage is required.</para>
- <para>The component is rendered as a full HTML page template (it was shown in
the example). The "<emphasis role="italic">
+ <para>The component is rendered as a full HTML page template (it was shown in
the example). The "<emphasis >
<property>head</property>
</emphasis>" section is defined with the help of the corresponding
facet with the name="head" and also there is an attribute with the same
name for contentType definition.</para>
<para>All other component functionality is the same as of <emphasis
role="bold">