[seam-commits] Seam SVN: r9962 - trunk/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Jan 20 15:18:17 EST 2009
Author: nico.ben
Date: 2009-01-20 15:18:17 -0500 (Tue, 20 Jan 2009)
New Revision: 9962
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Itext.xml
Log:
Corrected errors
Modified: trunk/doc/Seam_Reference_Guide/en-US/Itext.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Itext.xml 2009-01-20 19:47:43 UTC (rev 9961)
+++ trunk/doc/Seam_Reference_Guide/en-US/Itext.xml 2009-01-20 20:18:17 UTC (rev 9962)
@@ -8,9 +8,9 @@
<title>Using PDF Support</title>
<para>iText support is provided by <literal>jboss-seam-pdf.jar</literal>. This JAR contains the iText JSF
controls, which are used to construct views that can render to PDF, and the DocumentStore component, which
- serves the rendered documents to the user. To include PDF support in your application, included
+ serves the rendered documents to the user. To include PDF support in your application, put
<literal>jboss-seam-pdf.jar</literal> in your <literal>WEB-INF/lib</literal> directory along with the
- iText JAR file. There is no further configuration needed to use Seam's iText supportfon. </para>
+ iText JAR file. There is no further configuration needed to use Seam's iText support. </para>
<para> The Seam iText module requires the use of Facelets as the view technology. Future versions of the library
may also support the use of JSP. Additionally, it requires the use of the seam-ui package.</para>
More information about the seam-commits
mailing list