From richfaces-svn-commits at lists.jboss.org Wed Aug 19 08:57:21 2009 Content-Type: multipart/mixed; boundary="===============4260445716439759143==" 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: r15219 - branches/community/3.3.X/docs/userguide/en/src/main/docbook/included. Date: Wed, 19 Aug 2009 08:57:21 -0400 Message-ID: <200908191257.n7JCvLhK006009@svn01.web.mwc.hst.phx2.redhat.com> --===============4260445716439759143== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ochikvina Date: 2009-08-19 08:57:20 -0400 (Wed, 19 Aug 2009) New Revision: 15219 Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/ric= h_dataOrderedList.xml Log: https://jira.jboss.org/jira/browse/RF-7684 - updated the component 'Details= of usage' section; Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/inclu= ded/rich_dataOrderedList.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/included/ri= ch_dataOrderedList.xml 2009-08-19 12:47:11 UTC (rev 15218) +++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/ri= ch_dataOrderedList.xml 2009-08-19 12:57:20 UTC (rev 15219) @@ -120,49 +120,23 @@ is used for a popup title. = - - The - <rich:dataOrderedList> - - component could be partially updated with - Ajax. The - - "ajaxKeys" - - attribute allows to define row keys that are updated after - an Ajax request. - - Here is an example: - - - Example: - - ... -<rich:dataOrderedList value=3D"#{dataTableScrollerBean.allCars}" var=3D= "car" ajaxKeys=3D"#{listBean.list}" = - binding=3D"#{listBean.dataList}" id=3D"list"> - ... -</rich:dataOrderedList> -... -<a4j:commandButton action=3D"#{listBean.action}" reRender=3D"list" valu= e=3D"Submit"/> -... - - - - In the example - - "reRender" - - attribute contains value of the = - - "id" - - attribute for the - - <rich:dataOrderedList> - - component. As a result the component is updated after an - Ajax request. - + + The + <rich:dataOrderedList> + + component could be partially updated with + Ajax. The + + "ajaxKeys" + + attribute points to an Object (java.util.Set) that should contain row= keys to be updated after + an Ajax request. See an example of usage the = + + "ajaxKeys" + attribute for the + <rich:dataList> + component in the RichFacs Cookbook artic= le. +
Reference Data --===============4260445716439759143==--