[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>
 &lt;/servlet-mapping&gt;</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>&lt;components xmlns=&quot;http://jboss.com/products/seam/components&quot;
             xmlns:pdf=&quot;http://jboss.com/products/seam/pdf&quot;&gt;
-    &lt;pdf:documentStore useExtensions=&quot;true&quot; /&gt;
+    &lt;pdf:document-store use-extensions=&quot;true&quot; /&gt;
 &lt;/components&gt;</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>&lt;pdf:documentStore useExtensions=&quot;true&quot; errorPage=&quot;/pdfMissing.seam&quot; /&gt;</programlisting>
+                when a document does not exist using the <literal>error-page</literal> property of the document-store. </para>
+            <programlisting>&lt;pdf:document-store use-extensions=&quot;true&quot; error-page=&quot;/pdfMissing.seam&quot; /&gt;</programlisting>
         </section>
     </section>
 




More information about the seam-commits mailing list