[seam-commits] Seam SVN: r8654 - trunk/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Aug 11 15:43:41 EDT 2008
Author: nickarls
Date: 2008-08-11 15:43:40 -0400 (Mon, 11 Aug 2008)
New Revision: 8654
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Excel.xml
Log:
Minor. Reminder to import namespace in components.xml
Modified: trunk/doc/Seam_Reference_Guide/en-US/Excel.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Excel.xml 2008-08-11 12:32:12 UTC (rev 8653)
+++ trunk/doc/Seam_Reference_Guide/en-US/Excel.xml 2008-08-11 19:43:40 UTC (rev 8654)
@@ -52,7 +52,12 @@
</excel:excelFactory>
]]>
</programlisting>
-
+ and register the excel namespace in the components tag with
+ <programlisting role="XML">
+ <![CDATA[
+ xmlns:excel="http://jboss.com/products/seam/excel"
+ ]]>
+ </programlisting>
Then set the UIWorkbook type to <literal>myExcelExporter</literal> and your
own exporter will be used. Default is "jxl", but support for CSV has also been
added, using the type "csv".
More information about the seam-commits
mailing list