[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&amp;op=viewtopic&amp;t=144620&amp;postdays=0&amp;postorder=asc&amp;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 &lt;rich:dataTable&gt; even if it is not necessary</title>
+    <title>Ajax request calls encode() methods of &lt;rich:dataTable&gt; 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>&lt;rich:dataTable&gt;</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>&lt;rich:dataTable&gt;</property></emphasis> has nested <emphasis role="bold"><property>&lt;h:outputPanel&gt;</property></emphasis> or <emphasis role="bold"><property>&lt;h:messages&gt;</property></emphasis> components that should be updated. 
-If there are no <emphasis role="bold"><property>&lt;h:outputPanel&gt;</property></emphasis>, <emphasis role="bold"><property>&lt;h:messages&gt;</property></emphasis> components inside the <emphasis role="bold"><property>&lt;rich:dataTable&gt;</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>&lt;rich:dataTable&gt;</property></emphasis> has nested <emphasis role="bold"><property>&lt;rich:outputPanel&gt;</property></emphasis> or <emphasis role="bold"><property>&lt;rich:messages&gt;</property></emphasis> components that should be updated. 
+If there are no <emphasis role="bold"><property>&lt;rich:outputPanel&gt;</property></emphasis>, <emphasis role="bold"><property>&lt;rich:messages&gt;</property></emphasis> components inside the <emphasis role="bold"><property>&lt;rich:dataTable&gt;</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>&lt;h:panelGrid&gt;: column classes are encoded in a wrong way</title>
-    <section>
-        <title>Description</title>
-        <para>
-          The column classes of <emphasis role="bold"><property>&lt;h:panelGrid&gt;</property></emphasis> are encoded in a wrong way: only the first <emphasis role="bold"><property>&lt;td&gt;</property></emphasis> element in a table has the class specified in the <emphasis><property>&quot;columnClasses&quot;</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>&lt;h:panelGrid columns="3" columnClasses="cell"&gt;</code> on a page and specify styles for the <code>.cell</code> class. As the result only the first <emphasis role="bold"><property>&lt;td&gt;</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>&quot;columnClasses&quot;</property></emphasis> attributes as columns in the <emphasis role="bold"><property>&lt;h:panelGrid&gt;</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