From richfaces-svn-commits at lists.jboss.org Mon Jun 23 11:17:41 2008 Content-Type: multipart/mixed; boundary="===============8592419788990390030==" 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: r9162 - trunk/docs/userguide/en/src/main/docbook/included. Date: Mon, 23 Jun 2008 11:17:40 -0400 Message-ID: --===============8592419788990390030== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: atsebro Date: 2008-06-23 11:17:40 -0400 (Mon, 23 Jun 2008) New Revision: 9162 Modified: trunk/docs/userguide/en/src/main/docbook/included/region.xml Log: RF-3666.ForceRender description Modified: trunk/docs/userguide/en/src/main/docbook/included/region.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 --- trunk/docs/userguide/en/src/main/docbook/included/region.xml 2008-06-23= 14:43:00 UTC (rev 9161) +++ trunk/docs/userguide/en/src/main/docbook/included/region.xml 2008-06-23= 15:17:40 UTC (rev 9162) @@ -121,7 +121,23 @@ This example shows that one of the regions is decoded when a lin= k is used inside. Nevertheless, = if after processing the "link1" is clicked, the first region= passes into Encode as a root = region and encode performance time is reduced. This optimization doesn= 't allow data update out of the - region and should be implemented very carefully. The data out of the r= egion described with renderRegionOnly=3D"false" is u= pdated successfully. + region and should be implemented very carefully. The data out of the r= egion described with renderRegionOnly=3D"false" is u= pdated successfully. + + + Starting from version 3.2.0 <a4= j:region> can be used inside any iterative compone= nt = + (e.g. <rich:column>, <rich:scrollableDataTab= le>) = + and just re-render the components from the same row without updating= the whole table = + and without any additional listeners. + + Example: + + + + + + + +]]>
Relevant resources links --===============8592419788990390030==--