1 Reply Latest reply on Jun 29, 2010 4:51 PM by jing.jingisgood.gmail.com

    Seam PDF generation

    jing.jingisgood.gmail.com

      Hi All,
      I am trying to generate PDF page with seam. I created a new xhtml page and then tried to go to this page; however i got the following error The resource you requested does not exist.. I have added the needed jar files and configured the web.xml and the components.xml according to the seam document. I dont know what the problem is. Any help? Thanks in advance.
      The following is my xhtml codes:

      <p:document xmlns:p="http://jboss.com/products/seam/pdf"
                     xmlns="http://jboss.com/products/seam/components"
                  title="Hello">
         <p:chapter number="1">
            <p:title><p:paragraph>Hello</p:paragraph></p:title>
            <p:paragraph>Hello!</p:paragraph>
         </p:chapter>
      </p:document>


        • 1. Re: Seam PDF generation
          jing.jingisgood.gmail.com

          Jing Yang wrote on Jun 29, 2010 16:47:


          Hi All,
          I am trying to generate PDF page with seam. I created a new xhtml page and then tried to go to this page; however i got the following error The resource you requested does not exist.. I have added the needed jar files and configured the web.xml and the components.xml according to the seam document. I dont know what the problem is. Any help? Thanks in advance.
          The following is my xhtml codes:

          <p:document xmlns:p="http://jboss.com/products/seam/pdf"
                         xmlns="http://jboss.com/products/seam/components"
                      title="Hello">
             <p:chapter number="1">
                <p:title><p:paragraph>Hello</p:paragraph></p:title>
                <p:paragraph>Hello!</p:paragraph>
             </p:chapter>
          </p:document>





          Click HELP for text formatting instructions. Then edit this text and check the preview.