From richfaces-svn-commits at lists.jboss.org Wed Sep 9 12:25:43 2009 Content-Type: multipart/mixed; boundary="===============6843127797478526449==" 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: r15510 - branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules. Date: Wed, 09 Sep 2009 12:25:43 -0400 Message-ID: <200909091625.n89GPhxI027833@svn01.web.mwc.hst.phx2.redhat.com> --===============6843127797478526449== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: msorokin Date: 2009-09-09 12:25:42 -0400 (Wed, 09 Sep 2009) New Revision: 15510 Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCa= rchitectover.xml Log: https://jira.jboss.org/jira/browse/RF-7388 partial rendering is documented Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/modul= es/RFCarchitectover.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/userguide/en/src/main/docbook/modules/RFC= architectover.xml 2009-09-09 16:04:24 UTC (rev 15509) +++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFC= architectover.xml 2009-09-09 16:25:42 UTC (rev 15510) @@ -113,6 +113,37 @@ automatically. + = +
+ Partial Rendering + + RichFaces framework enhances the JSF framework with partial rendering o= f the components with Ajax capability enabled. + This means that only the part of the page that should be affected by so= me change is updated. Ajax capability of the components can be enabled by t= he "mode", "switchType" etc. set to "ajax= ". + This approach prevents multiple page refreshes, which minimized server = load. = + + + A good example that can illustrate this feature is rendering of the tab= s of the <rich:tabPanel>. = + By default the component updates the whole page to display the content = of the tab which is clicked on, to enable partial rendering the <= property>"switchType" attribute set to &quo= t;ajax" should be used. + + + + Content of Tab 1 + + + Content of Tab 2 + + + Content of Tab 3 + + +...]]> = + = +
+ = + = + = + =
RichFaces Integral Parts --===============6843127797478526449==--