Author: msorokin
Date: 2008-04-22 05:02:45 -0400 (Tue, 22 Apr 2008)
New Revision: 8045
Modified:
trunk/docs/migrationguide/en/src/main/docbook/included/binding.xml
trunk/docs/migrationguide/en/src/main/docbook/included/calendarDate.xml
Log:
http://jira.jboss.com/jira/browse/RF-3048
Language correction
Modified: trunk/docs/migrationguide/en/src/main/docbook/included/binding.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/included/binding.xml 2008-04-21 18:13:00
UTC (rev 8044)
+++ trunk/docs/migrationguide/en/src/main/docbook/included/binding.xml 2008-04-22 09:02:45
UTC (rev 8045)
@@ -39,7 +39,7 @@
<section>
<title>Causes</title>
<para>
- There was a
wrong<property><classname>java.lang.String</classname></property>
specified instead of
<property><classname>javax.faces.component.UIComponent</classname></property>
in configuration files.
+ There was a wrong
<property><classname>java.lang.String</classname></property>
specified instead of
<property><classname>javax.faces.component.UIComponent</classname></property>
in configuration files.
</para>
</section>
Modified: trunk/docs/migrationguide/en/src/main/docbook/included/calendarDate.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/included/calendarDate.xml 2008-04-21
18:13:00 UTC (rev 8044)
+++ trunk/docs/migrationguide/en/src/main/docbook/included/calendarDate.xml 2008-04-22
09:02:45 UTC (rev 8045)
@@ -15,8 +15,8 @@
The <emphasis
role="bold"><property><rich:calendar></property></emphasis>
date selected event is fired before input update.
</para>
<para>
- After <property>time</property> and
<property>apply</property> elements have been added to calendar
-
<emphasis><property>"ondateselected"</property></emphasis>
gets fired after date selected but before updated in input.
+ If<property>time</property> and
<property>apply</property> elements are added to the calendar,
+
<emphasis><property>"ondateselected"</property></emphasis>
gets fired when a date is selected but before it's updated in input.
Now we have three events instead of one. But it causes compatibility problem
because this event was used by customers to save selected value via Ajax.
</para>
</section>
@@ -34,7 +34,7 @@
<title>How to reproduce</title>
<para>
The described above problem occurs when <emphasis
role="bold"><property><a4j:support></property></emphasis>is
put inside <emphasis
role="bold"><property><rich:calendar></property></emphasis>.
- If the
<emphasis><property>"event"</property></emphasis>
property is "ondateselected"
+ If the
<emphasis><property>"event"</property></emphasis>
property is set to "ondateselected"
previous value of the <emphasis
role="bold"><property><rich:calendar></property></emphasis>
is stored after selection.
</para>
</section>
@@ -56,7 +56,7 @@
<itemizedlist>
<listitem>
<para>
-
<emphasis><property>"ondateselected"</property></emphasis>
event is fired after date is selected in popup
+
<emphasis><property>"ondateselected"</property></emphasis>
event is fired after a date is selected in popup
</para>
</listitem>
<listitem>