Author: msorokin
Date: 2008-04-21 12:21:30 -0400 (Mon, 21 Apr 2008)
New Revision: 8027
Modified:
trunk/docs/migrationguide/en/src/main/docbook/included/actionparam.xml
trunk/docs/migrationguide/en/src/main/docbook/included/ajaxSingleFacets.xml
Log:
http://jira.jboss.com/jira/browse/RF-3048
Language correction
Modified: trunk/docs/migrationguide/en/src/main/docbook/included/actionparam.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/included/actionparam.xml 2008-04-21
16:17:56 UTC (rev 8026)
+++ trunk/docs/migrationguide/en/src/main/docbook/included/actionparam.xml 2008-04-21
16:21:30 UTC (rev 8027)
@@ -13,10 +13,10 @@
<title>Description</title>
<para>
As it has been mentioned above we've migrated to <property>JSF
1.2</property> standard in <property>RichFaces 3.2.0</property>.
- The order of calling action listeners has been changed in <property>JSF
1.2</property>: first the own components listener is called then the other ones.
+ The order of calling action listeners has been changed in <property>JSF
1.2</property>: first the listener of the component itself is called then the other
listeners are called.
</para>
<para>
- This is why the <emphasis
role="bold"><property><a4j:actionparamr></property></emphasis>
components setter is called after
+ This is why the <emphasis
role="bold"><property><a4j:actionparam></property></emphasis>
component setter is called after
<emphasis><property>"actionListener"</property></emphasis>
of the component itself.
In the following example <property>#{bean.action}</property> is
called before <property>#{bean.value}</property>:
</para>
@@ -29,7 +29,7 @@
</a4j:support>
...]]></programlisting>
<para>
- This issue is reproduced for JSP pages only.
+ This issue is occurs in JSP pages only.
</para>
</section>
<section>
@@ -70,7 +70,7 @@
<section>
<title>Workarounds</title>
<para>
- The decision is to use <emphasis
role="bold"><property><a4j:actionParam></property></emphasis>
before:
+ The solution is to use <emphasis
role="bold"><property><a4j:actionParam></property></emphasis>
before:
</para>
<programlisting role="XML"><![CDATA[...
<f:actionListener binding="#{skin.binding}"/>
Modified: trunk/docs/migrationguide/en/src/main/docbook/included/ajaxSingleFacets.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/included/ajaxSingleFacets.xml 2008-04-21
16:17:56 UTC (rev 8026)
+++ trunk/docs/migrationguide/en/src/main/docbook/included/ajaxSingleFacets.xml 2008-04-21
16:21:30 UTC (rev 8027)
@@ -13,10 +13,10 @@
<title>Description</title>
<para>
The <property>RichFaces</property> components that have
-
<emphasis><property>"ajaxSingle"</property></emphasis>
= "true" will not work in
+
<emphasis><property>"ajaxSingle"</property></emphasis>
set to "true" does not work in
<emphasis><property>"header"</property></emphasis>
or
<emphasis><property>"footer"</property></emphasis>
facets
of <emphasis
role="bold"><property><h:dataTable></property></emphasis>,
e.g.
- <emphasis
role="bold"><property><rich:datascroller></property></emphasis>
won't scroll.
+ <emphasis
role="bold"><property><rich:datascroller></property></emphasis>
- scrolling doesn't work.
</para>
</section>
<section>
@@ -32,7 +32,7 @@
<section>
<title>How to reproduce</title>
<para>
- Just add the following code. The <emphasis
role="bold"><property><rich:datascroller></property></emphasis>
component will not work:
+ The described above problem occurs if the following code is used. As a result
the <emphasis
role="bold"><property><rich:datascroller></property></emphasis>
component stops working.
</para>
<programlisting role="XML"><![CDATA[...
<h:dataTable>
@@ -54,7 +54,7 @@
<section>
<title>Workarounds</title>
<para>
- Use <emphasis
role="bold"><property><rich:dataTable></property></emphasis>
component.
+ The solution is to use <emphasis
role="bold"><property><rich:dataTable></property></emphasis>
component.
</para>
</section>
</section>
\ No newline at end of file