Author: msorokin
Date: 2008-04-21 10:30:16 -0400 (Mon, 21 Apr 2008)
New Revision: 8011
Modified:
trunk/docs/migrationguide/en/src/main/docbook/included/binding.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 14:20:10
UTC (rev 8010)
+++ trunk/docs/migrationguide/en/src/main/docbook/included/binding.xml 2008-04-21 14:30:16
UTC (rev 8011)
@@ -11,9 +11,8 @@
<section>
<title>Description</title>
<para>
- Binding does not work for all components in JSP.
- It is impossible to use
<emphasis><property>"binding"</property></emphasis>
attribute for
- RichFaces components. Wrong class-name is used in TLD generated from XML
configuration files.
+ Binding does not work for all components in JSP: it is impossible to use
the<emphasis><property>"binding"</property></emphasis>
attribute for
+ RichFaces components, since wrong class-name is used in TLD generated from
XML configuration files.
</para>
</section>
<section>
@@ -33,22 +32,22 @@
</section>
<section>
<title>How to reproduce</title>
-<para>
- Just using binding attribute.
-</para>
+ <para>
+ The described above problem occurs if binding attribute is used with
RichFaces components.
+ </para>
</section>
<section>
<title>Causes</title>
<para>
- There was
<property><classname>java.lang.String</classname></property>
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>
<section>
<title>Workarounds</title>
<para>
- The decision is to use <property>Facelets</property> upgrade to
<ulink url="
http://www.jboss.org/jbossrichfaces/downloads/">RichFaces
3.2.0 SP1</ulink>
+ The solution is to use <property>Facelets</property> upgrade to
<ulink url="
http://www.jboss.org/jbossrichfaces/downloads/">RichFaces
3.2.0 SP1</ulink>
</para>
</section>
-</section>
\ No newline at end of file
+</section>