Author: wesleyhales
Date: 2011-11-15 16:30:28 -0500 (Tue, 15 Nov 2011)
New Revision: 22936
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Tables_and_grids.xml
Log:
https://issues.jboss.org/browse/RFPL-1393
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Tables_and_grids.xml
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Tables_and_grids.xml 2011-11-14
22:23:17 UTC (rev 22935)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Tables_and_grids.xml 2011-11-15
21:30:28 UTC (rev 22936)
@@ -181,6 +181,9 @@
<para>
The <varname>first</varname> attribute specifies which item in the data
model to start from, and the <varname>rows</varname> attribute specifies the
number of items to list. The <literal>header</literal>,
<literal>footer</literal>, and <literal>caption</literal> facets
can be used to display text, and to customize the appearance of the table through
skinning. demonstrates a simple table implementation.
</para>
+ <para>
+ The <varname>keepSaved</varname> attribute defines whether this
iteration component will reset saved children's state before rendering. By default,
the state is reset if there are no faces messages with severity error or higher.
+ </para>
<example
id="exam-Component_Reference-richdataTable-richdataTable_example">
<title><sgmltag><rich:dataTable></sgmltag>
example</title>