Author: artdaw
Date: 2007-11-21 11:55:55 -0500 (Wed, 21 Nov 2007)
New Revision: 4147
Modified:
trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
Log:
RF-391 - fix simple code for 'selection' attribute in the Details of Usage of
scrollableDataTable
Modified: trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2007-11-21
16:47:06 UTC (rev 4146)
+++ trunk/docs/userguide/en/src/main/docbook/included/scrollableDataTable.xml 2007-11-21
16:55:55 UTC (rev 4147)
@@ -138,7 +138,7 @@
</emphasis> component you can use the
<emphasis><property>"selection"</property></emphasis>
attribute. Simple code is placed below.
</para>
<programlisting role="XML"><![CDATA[...
-<rich:scrollableDataTable value="#{bean.unLinkedThemes}" var="cur"
selection="#{bean.selection}">
+<rich:scrollableDataTable value="#{bean.property1}" var="cur"
selection="#{bean.selection}">
<rich:column width="100px">
<f:facet name="header" >
<h:outputText value="State"/>
Show replies by date