Author: nickarls
Date: 2008-09-04 03:10:32 -0400 (Thu, 04 Sep 2008)
New Revision: 8899
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Excel.xml
Log:
Minor. Added link to configuring document servlet to serve *.xls files (JBSEAM-3284)
and info on security restrictions on IE
(
http://seamframework.org/Community/ExportToPdfOrExcelFromRichdataTable#co...)
Modified: trunk/doc/Seam_Reference_Guide/en-US/Excel.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Excel.xml 2008-09-04 05:50:49 UTC (rev 8898)
+++ trunk/doc/Seam_Reference_Guide/en-US/Excel.xml 2008-09-04 07:10:32 UTC (rev 8899)
@@ -66,7 +66,16 @@
own exporter will be used. Default is "jxl", but support for CSV has
also been
added, using the type "csv".
</para>
-
+ <para>
+ See <xref linkend="itext.configuration" /> for information on
how to configure
+ the document servlet for serving the documents with an .xls extension.
+ </para>
+ <para>
+ If you are having problems accessing the generated file under IE (especially
+ with https), make sure you are not using too strict restrictions in the browser
+ (see <ulink
url="http://www.nwnetworks.com/iezones.htm/"/>), too
strict security
+ constraint in web.xml or a combination of both.
+ </para>
</section>
<section id="excel.usage">
<title>Creating a simple workbook</title>