From richfaces-svn-commits at lists.jboss.org Wed Aug 19 08:47:11 2009
Content-Type: multipart/mixed; boundary="===============2414439600886482298=="
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: r15218 -
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included.
Date: Wed, 19 Aug 2009 08:47:11 -0400
Message-ID: <200908191247.n7JClBUi004339@svn01.web.mwc.hst.phx2.redhat.com>
--===============2414439600886482298==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: ochikvina
Date: 2009-08-19 08:47:11 -0400 (Wed, 19 Aug 2009)
New Revision: 15218
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/ric=
h_dataList.xml
Log:
https://jira.jboss.org/jira/browse/RF-7682- updated the component 'Details =
of usage' section;
Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/inclu=
ded/rich_dataList.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_dataList.xml 2009-08-19 12:28:28 UTC (rev 15217)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/ri=
ch_dataList.xml 2009-08-19 12:47:11 UTC (rev 15218)
@@ -108,35 +108,16 @@
=
- The
- <rich:dataList>
-
- 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:dataList value=3D"#{dataTableScrollerBean.allCars}" var=3D"car" a=
jaxKeys=3D"#{listBean.list}" =
- binding=3D"#{listBean.dataList}" id=3D"list" rows=
=3D"5" type=3D"disc">
- ...
-</rich:dataList>
-...
-<a4j:commandButton action=3D"#{listBean.action}" reRender=3D"list" valu=
e=3D"Submit"/>
-...
-
-
- In the example
- "reRender"
- attribute contains the value of
- "id"
- attribute for
- <rich:dataList>
- component. As a result the component is updated after=
an Ajax request.
+ The
+ <rich:dataList>
+
+ component could be partially updated with
+ Ajax. The
+ "ajaxKeys"
+ attribute points to an Object (java.util.Set) that contai=
ns row keys to be updated after an Ajax request. =
+ See an example of usage the attribute in the =
+ Using the ajaxKeys attribute for <rich:dataList&g=
t; =
+ article in the RichFaces Cookbook.
Reference Data
--===============2414439600886482298==--