3 Replies Latest reply on Nov 21, 2008 10:53 PM by gonzalad

    Seam 2.1.0.SP1 pdf.xml doc little typo

    gonzalad

      Hello,


      Just a little typo in Itext.xml


      Following configuration


      <components xmlns="http://jboss.com/products/seam/document"
                  xmlns:pdf="http://jboss.com/products/seam/document">
          <document:document-store use-extensions="true" />
      </components>





      Shoud be :


      <components xmlns="http://jboss.com/products/seam/components"
                  xmlns:document="http://jboss.com/products/seam/document">
          <document:document-store use-extensions="true" />
      </components>