From richfaces-svn-commits at lists.jboss.org Fri Jul 24 06:55:47 2009 Content-Type: multipart/mixed; boundary="===============3452147252512614819==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r15002 - branches/community/3.3.X/docs/migrationguide/en/src/main/docbook/included. Date: Fri, 24 Jul 2009 06:55:47 -0400 Message-ID: <200907241055.n6OAtlg7011602@svn01.web.mwc.hst.phx2.redhat.com> --===============3452147252512614819== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: smukhina Date: 2009-07-24 06:55:46 -0400 (Fri, 24 Jul 2009) New Revision: 15002 Modified: branches/community/3.3.X/docs/migrationguide/en/src/main/docbook/include= d/contextMenuDisablement.xml branches/community/3.3.X/docs/migrationguide/en/src/main/docbook/include= d/dataTableAjax.xml Log: https://jira.jboss.org/jira/browse/RF-7441 broken links are fixed Modified: branches/community/3.3.X/docs/migrationguide/en/src/main/docbook/= included/contextMenuDisablement.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/community/3.3.X/docs/migrationguide/en/src/main/docbook/includ= ed/contextMenuDisablement.xml 2009-07-24 10:41:23 UTC (rev 15001) +++ branches/community/3.3.X/docs/migrationguide/en/src/main/docbook/includ= ed/contextMenuDisablement.xml 2009-07-24 10:55:46 UTC (rev 15002) @@ -20,7 +20,7 @@ - Jira + Jira Modified: branches/community/3.3.X/docs/migrationguide/en/src/main/docbook/= included/dataTableAjax.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/community/3.3.X/docs/migrationguide/en/src/main/docbook/includ= ed/dataTableAjax.xml 2009-07-24 10:41:23 UTC (rev 15001) +++ branches/community/3.3.X/docs/migrationguide/en/src/main/docbook/includ= ed/dataTableAjax.xml 2009-07-24 10:55:46 UTC (rev 15002) @@ -10,9 +10,9 @@ Ajax request calls encode() methods of <rich:dataTable> e= ven if it is not necessary
Description - - Any Ajax request reloads the list that is related to the <rich:dataTable> comp= onent even if the Ajax request is related to another bean. = -It happens because the Ajax request checks whether the <rich:dataTable> has nested <rich:outputPanel> or <rich:messages> components that should be updated. = + + Any Ajax request reloads the list that is related to the <rich:dataTable> comp= onent even if the Ajax request is related to another bean. = +It happens because the Ajax request checks whether the <rich:dataTable> has nested <rich:outputPanel> or <rich:messages> components that should be updated. = If there are no <rich:outputPanel>= , <rich:messages= > components inside the <rich:dataTable> will not be updated, b= ut anyway the encode() methods is called by the Ajax request.
@@ -21,9 +21,9 @@ - Jira + Jira - + RichFaces Forum @@ -35,17 +35,17 @@ How to reproduce = Place the following code on a page and click the button. The l= ist in myBean1.myList will be reloaded. - + - - ... - = - - - - + + + ... + = + + + + ...]]>
@@ -61,4 +61,4 @@ Wrap the zone of a page that should be processed and updated in t= he <a4j:region> component with renderRegionOnly=3D"true". The <rich:dataTable>= should be outside of the <a4j:region&= gt;. =
- + --===============3452147252512614819==--