[seam-commits] Seam SVN: r7387 - trunk/doc/reference/en/modules.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Feb 6 14:11:17 EST 2008


Author: norman.richards at 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>&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 use-extensions=&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>error-page</literal> property of the documentStore. </para>
-            <programlisting>&lt;pdf:documentStore use-extensions=&quot;true&quot; error-page=&quot;/pdfMissing.seam&quot; /&gt;</programlisting>
+            <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