[richfaces-svn-commits] JBoss Rich Faces SVN: r11975 - in trunk/docs/migrationguide/en/src/main/docbook: included and 1 other directory.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Dec 22 10:38:13 EST 2008
Author: artdaw
Date: 2008-12-22 10:38:13 -0500 (Mon, 22 Dec 2008)
New Revision: 11975
Added:
trunk/docs/migrationguide/en/src/main/docbook/included/panelGridClass.xml
Modified:
trunk/docs/migrationguide/en/src/main/docbook/included/asClientId.xml
trunk/docs/migrationguide/en/src/main/docbook/master.xml
Log:
RF-3048 - Migration guide
Modified: trunk/docs/migrationguide/en/src/main/docbook/included/asClientId.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/included/asClientId.xml 2008-12-22 14:25:15 UTC (rev 11974)
+++ trunk/docs/migrationguide/en/src/main/docbook/included/asClientId.xml 2008-12-22 15:38:13 UTC (rev 11975)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<section id="asClientId" role="asClientId">
+<section id="asClientId" role="new">
<?dbhtml filename="asClientId.html"?>
<sectioninfo>
<keywordset>
Added: trunk/docs/migrationguide/en/src/main/docbook/included/panelGridClass.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/included/panelGridClass.xml (rev 0)
+++ trunk/docs/migrationguide/en/src/main/docbook/included/panelGridClass.xml 2008-12-22 15:38:13 UTC (rev 11975)
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<section id="panelGridClass" role="new">
+ <?dbhtml filename="panelGridClass.html"?>
+ <sectioninfo>
+ <keywordset>
+ <keyword>panelGrid</keyword>
+ <keyword>class</keyword>
+ </keywordset>
+ </sectioninfo>
+ <title><h:panelGrid>: column classes are encoded in a wrong way</title>
+ <section>
+ <title>Description</title>
+ <para>
+ The column classes of <emphasis role="bold"><property><h:panelGrid></property></emphasis> are encoded in a wrong way: only the first <emphasis role="bold"><property><td></property></emphasis> element in a table has the class specified in the <emphasis><property>"columnClasses"</property></emphasis> attribute.
+ </para>
+ </section>
+ <section>
+ <title>Links</title>
+ <itemizedlist>
+ <listitem>
+ <para>
+ <ulink url="https://jira.jboss.org/jira/browse/RF-5424">Jira</ulink>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=900">JavaServer Faces issues</ulink>
+ </para>
+ </listitem>
+ </itemizedlist>
+ </section>
+ <section>
+ <title>How to reproduce</title>
+ <para>
+ Place <code><h:panelGrid columns="3" columnClasses="cell"></code> on a page and specify styles for the <code>.cell</code> class. As the result only the first <emphasis role="bold"><property><td></property></emphasis> in a table has this class.
+ </para>
+ </section>
+ <section>
+ <title>Causes</title>
+ <para>
+ It is a defect in JSF-RI 1.2.10 and JSF-RI 1.2_11.
+ </para>
+ </section>
+
+ <section>
+ <title>Workarounds</title>
+ <para>
+ The solution is to use as many <emphasis><property>"columnClasses"</property></emphasis> attributes as columns in the <emphasis role="bold"><property><h:panelGrid></property></emphasis>.
+ </para>
+ </section>
+</section>
Property changes on: trunk/docs/migrationguide/en/src/main/docbook/included/panelGridClass.xml
___________________________________________________________________
Name: svn:executable
+ *
Modified: trunk/docs/migrationguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/master.xml 2008-12-22 14:25:15 UTC (rev 11974)
+++ trunk/docs/migrationguide/en/src/main/docbook/master.xml 2008-12-22 15:38:13 UTC (rev 11975)
@@ -21,7 +21,9 @@
<!ENTITY myfaces SYSTEM "included/myfaces.xml">
<!ENTITY seamMultipartFilter SYSTEM "included/seamMultipartFilter.xml">
- <!ENTITY asClientId SYSTEM "included/asClientId.xml">
+ <!ENTITY asClientId SYSTEM "included/asClientId.xml">
+ <!ENTITY panelGridClass SYSTEM "included/panelGridClass.xml">
+
]>
<book>
<bookinfo>
@@ -138,6 +140,23 @@
However, <ulink url="http://jira.jboss.com/jira/browse/RF">Jira</ulink> contains all issues
and if you can not find your case there, please, feel free to report it.
</para>
+ <section id="MostImportant32to33">
+ <?dbhtml filename="MostImportant32to33.html"?>
+ <sectioninfo>
+ <keywordset>
+ <keyword>important</keyword>
+ <keyword>issues</keyword>
+ </keywordset>
+ </sectioninfo>
+ <title>Most important issues</title>
+ <para>
+ Migrating to <property>RichFaces 3.2.x</property> you can encounter
+ with malfunction of the components caused by a number of reasons.
+ However, most of the problems can be positively solved.
+ This section covers the most significant issues you can potentially encounter, providing ways to handle the cases.
+ </para>
+&panelGridClass;
+ </section>
<section id="ThirdPartyFrameworks32to33">
<?dbhtml filename="ThirdPartyFrameworks32to33.html"?>
<sectioninfo>
More information about the richfaces-svn-commits
mailing list