[seam-commits] Seam SVN: r8545 - trunk/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Jul 31 06:20:33 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-07-31 06:20:32 -0400 (Thu, 31 Jul 2008)
New Revision: 8545
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Excel.xml
Log:
Minor
Modified: trunk/doc/Seam_Reference_Guide/en-US/Excel.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Excel.xml 2008-07-31 10:16:44 UTC (rev 8544)
+++ trunk/doc/Seam_Reference_Guide/en-US/Excel.xml 2008-07-31 10:20:32 UTC (rev 8545)
@@ -12,7 +12,7 @@
<para>
Microsoft Excel support is provided by
<literal>jboss-seam-excel.jar</literal>
- . This JAR contains the iText JSF controls, which are used to construct views that can render the document, and
+ . This JAR contains the Excel JSF controls, which are used to construct views that can render the document, and
the DocumentStore component, which serves the rendered document to the user. To include Microsoft Excel support
in your application, included
<literal>jboss-seam-excel.jar</literal>
@@ -48,17 +48,9 @@
<para>
Basic usage of the worksheet support is simple; it is used like a familiar
<literal><h:dataTable></literal>
- and you can bind to a
- <literal>List</literal>
- ,
- <literal>Set</literal>
- ,
- <literal>Map</literal>
- ,
- <literal>Array</literal>
- or
- <literal>DataModel</literal>
- .
+ and you can bind to a <literal>List</literal>, <literal>Set</literal>,
+ <literal>Map</literal>, <literal>Array</literal> or
+ <literal>DataModel</literal>.
</para>
<programlisting role="XML">
<![CDATA[
More information about the seam-commits
mailing list