[richfaces-svn-commits] JBoss Rich Faces SVN: r12006 - 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
Wed Dec 24 08:16:45 EST 2008
Author: artdaw
Date: 2008-12-24 08:16:45 -0500 (Wed, 24 Dec 2008)
New Revision: 12006
Removed:
trunk/docs/migrationguide/en/src/main/docbook/included/asClientId.xml
trunk/docs/migrationguide/en/src/main/docbook/included/panelGridClass.xml
Modified:
trunk/docs/migrationguide/en/src/main/docbook/included/dataTableAjax.xml
trunk/docs/migrationguide/en/src/main/docbook/master.xml
Log:
RF-3048 - Migration issues were added
Deleted: trunk/docs/migrationguide/en/src/main/docbook/included/asClientId.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/included/asClientId.xml 2008-12-24 12:17:19 UTC (rev 12005)
+++ trunk/docs/migrationguide/en/src/main/docbook/included/asClientId.xml 2008-12-24 13:16:45 UTC (rev 12006)
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<section id="asClientId" role="new">
- <?dbhtml filename="asClientId.html"?>
- <sectioninfo>
- <keywordset>
- <keyword>clientId</keyword>
- <keyword>AS</keyword>
- </keywordset>
- </sectioninfo>
- <title></title>
- <!--section>
- <title>Description</title>
- <para>
-
- </para>
- </section-->
- <section>
- <title>Links</title>
- <itemizedlist>
- <listitem>
- <para>
- <ulink url="http://jira.jboss.org/jira/browse/RF-5088">Jira</ulink>
- </para>
- </listitem>
- <listitem>
- <para>
- <ulink url="http://www.jboss.com/index.html?module=bb&op=viewtopic&t=144620&postdays=0&postorder=asc&start=10">RichFaces Forum</ulink>
- </para>
- </listitem>
- </itemizedlist>
- </section>
- <!--section>
- <title>How to reproduce</title>
- <para>
-
- </para>
- </section>
- <section>
- <title>Causes</title>
- <para>
-
- </para>
- </section>
-
- <section>
- <title>Workarounds</title>
- <para>
-
- </para>
- </section-->
-</section>
Modified: trunk/docs/migrationguide/en/src/main/docbook/included/dataTableAjax.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/included/dataTableAjax.xml 2008-12-24 12:17:19 UTC (rev 12005)
+++ trunk/docs/migrationguide/en/src/main/docbook/included/dataTableAjax.xml 2008-12-24 13:16:45 UTC (rev 12006)
@@ -7,13 +7,13 @@
<keyword>ajax</keyword>
</keywordset>
</sectioninfo>
- <title>Ajax request calls encode() method of <rich:dataTable> even if it is not necessary</title>
+ <title>Ajax request calls encode() methods of <rich:dataTable> even if it is not necessary</title>
<section>
<title>Description</title>
<para>
Any Ajax request reloads the list that is related to the <emphasis role="bold"><property><rich:dataTable></property></emphasis> component even if the Ajax request is related to another bean.
-It happens because the Ajax request checks whether the <emphasis role="bold"><property><rich:dataTable></property></emphasis> has nested <emphasis role="bold"><property><h:outputPanel></property></emphasis> or <emphasis role="bold"><property><h:messages></property></emphasis> components that should be updated.
-If there are no <emphasis role="bold"><property><h:outputPanel></property></emphasis>, <emphasis role="bold"><property><h:messages></property></emphasis> components inside the <emphasis role="bold"><property><rich:dataTable></property></emphasis> is not updated, but anyway the <code>encode()</code> method is called by the Ajax request.
+It happens because the Ajax request checks whether the <emphasis role="bold"><property><rich:dataTable></property></emphasis> has nested <emphasis role="bold"><property><rich:outputPanel></property></emphasis> or <emphasis role="bold"><property><rich:messages></property></emphasis> components that should be updated.
+If there are no <emphasis role="bold"><property><rich:outputPanel></property></emphasis>, <emphasis role="bold"><property><rich:messages></property></emphasis> components inside the <emphasis role="bold"><property><rich:dataTable></property></emphasis> will not be updated, but anyway the <code>encode()</code> methods is called by the Ajax request.
</para>
</section>
<section>
Deleted: trunk/docs/migrationguide/en/src/main/docbook/included/panelGridClass.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/included/panelGridClass.xml 2008-12-24 12:17:19 UTC (rev 12005)
+++ trunk/docs/migrationguide/en/src/main/docbook/included/panelGridClass.xml 2008-12-24 13:16:45 UTC (rev 12006)
@@ -1,51 +0,0 @@
-<?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>
Modified: trunk/docs/migrationguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/master.xml 2008-12-24 12:17:19 UTC (rev 12005)
+++ trunk/docs/migrationguide/en/src/main/docbook/master.xml 2008-12-24 13:16:45 UTC (rev 12006)
@@ -21,8 +21,7 @@
<!ENTITY myfaces SYSTEM "included/myfaces.xml">
<!ENTITY seamMultipartFilter SYSTEM "included/seamMultipartFilter.xml">
- <!ENTITY asClientId SYSTEM "included/asClientId.xml">
- <!ENTITY panelGridClass SYSTEM "included/panelGridClass.xml">
+
<!ENTITY dataTableAjax SYSTEM "included/dataTableAjax.xml">
]>
@@ -141,36 +140,8 @@
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;
+
+
&dataTableAjax;
- </section>
- <section id="ThirdPartyFrameworks32to33">
- <?dbhtml filename="ThirdPartyFrameworks32to33.html"?>
- <sectioninfo>
- <keywordset>
- <keyword>third</keyword>
- <keyword>party</keyword>
- <keyword>frameworks</keyword>
- </keywordset>
- </sectioninfo>
- <title>Issues with compatibility with third party frameworks</title>
- <para>This section covers issues related to compatibility with third party frameworks.</para>
-&asClientId;
- </section>
</chapter>
</book>
More information about the richfaces-svn-commits
mailing list