Author: norman.richards(a)jboss.com
Date: 2008-02-06 14:11:17 -0500 (Wed, 06 Feb 2008)
New Revision: 7387
Modified:
trunk/doc/reference/en/modules/itext.xml
Log:
JBSEAM-2372
Modified: trunk/doc/reference/en/modules/itext.xml
===================================================================
--- trunk/doc/reference/en/modules/itext.xml 2008-02-06 19:09:48 UTC (rev 7386)
+++ trunk/doc/reference/en/modules/itext.xml 2008-02-06 19:11:17 UTC (rev 7387)
@@ -1484,13 +1484,13 @@
<programlisting><components
xmlns="http://jboss.com/products/seam/components"
xmlns:pdf="http://jboss.com/products/seam/pdf">
- <pdf:documentStore use-extensions="true" />
+ <pdf:document-store use-extensions="true" />
</components></programlisting>
<para> Generated documents are stored in conversation scope and will
expire when the conversation ends. At
that point, references to the document will be invalid. To You can
specify a default view to be shown
when a document does not exist using the
<literal>error-page</literal> property of the documentStore. </para>
- <programlisting><pdf:documentStore
use-extensions="true" error-page="/pdfMissing.seam"
/></programlisting>
+ <programlisting><pdf:document-store
use-extensions="true" error-page="/pdfMissing.seam"
/></programlisting>
</section>
</section>