Author: bleathem
Date: 2011-11-17 16:27:11 -0500 (Thu, 17 Nov 2011)
New Revision: 22951
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml
Log:
Removed the tree basic usage example programlisting from the para tag
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml
===================================================================
---
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml 2011-11-17
17:16:04 UTC (rev 22950)
+++
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Trees.xml 2011-11-17
21:27:11 UTC (rev 22951)
@@ -29,9 +29,7 @@
<para>
First extend the
<classname>org.richfaces.model.TreeNodeImpl</classname> and add the data
fields you require, with appropriate accessor methods, as in:
</para>
- <para>
<programlisting language="Java"
role="JAVA"><xi:include parse="text"
href="extras/exam-Component_Reference-richtree-Basic_usage_impl.java"
xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
- </para>
<para>
Then, the data model is constructed as follows:
</para>