[seam-commits] Seam SVN: r7386 - branches/Seam_2_0/doc/reference/en/modules.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Feb 6 14:09:48 EST 2008
Author: norman.richards at jboss.com
Date: 2008-02-06 14:09:48 -0500 (Wed, 06 Feb 2008)
New Revision: 7386
Modified:
branches/Seam_2_0/doc/reference/en/modules/itext.xml
Log:
JBSEAM-2372
Modified: branches/Seam_2_0/doc/reference/en/modules/itext.xml
===================================================================
--- branches/Seam_2_0/doc/reference/en/modules/itext.xml 2008-02-06 19:07:35 UTC (rev 7385)
+++ branches/Seam_2_0/doc/reference/en/modules/itext.xml 2008-02-06 19:09:48 UTC (rev 7386)
@@ -1478,19 +1478,19 @@
<url-pattern>*.pdf</url-pattern>
</servlet-mapping></programlisting>
- <para> The <literal>useExtensions</literal> option on the document store component completes the
+ <para> The <literal>use-extensions</literal> option on the document store component completes the
functionality by instructing the document store to generate URLs with the correct filename extension for
the document type being generated. </para>
<programlisting><components xmlns="http://jboss.com/products/seam/components"
xmlns:pdf="http://jboss.com/products/seam/pdf">
- <pdf:documentStore useExtensions="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>errorPage</literal> property of the documentStore. </para>
- <programlisting><pdf:documentStore useExtensions="true" errorPage="/pdfMissing.seam" /></programlisting>
+ when a document does not exist using the <literal>error-page</literal> property of the document-store. </para>
+ <programlisting><pdf:document-store use-extensions="true" error-page="/pdfMissing.seam" /></programlisting>
</section>
</section>
More information about the seam-commits
mailing list