1 Reply Latest reply on May 27, 2009 6:14 PM by norman

    PDF Setup in components.xml

    nimo22

      I use Seam 2.1.1.


      Should I use this:



      <pdf:document-store use-extensions="true" error-page="/missingDoc.seam"/>




      or this:


      <document:document-store use-extensions="true" error-page="/missingDoc.seam"/>



      to setup document-store?



      And for what is the pdf:key-store-config?



       <pdf:key-store-config key-store="pdf.keystore"
                                key-store-password="storepass"
                                key-password="keypass"
                                key-alias="pdfKey" />