[seam-issues] [JBoss JIRA] Created: (JBSEAM-4516) newPage tag doesn't work within Chapter/Section of PDF

Cody Lerum (JIRA) jira-events at lists.jboss.org
Wed Jan 6 19:33:30 EST 2010


newPage tag doesn't work within Chapter/Section of PDF
------------------------------------------------------

                 Key: JBSEAM-4516
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4516
             Project: Seam
          Issue Type: Bug
          Components: PDF
    Affects Versions: 2.2.0.GA
         Environment: Seam 2.2.0
            Reporter: Cody Lerum


When using iText PDF generation it is not possible to insert a new page inside a chapter or section.

<p:chapter>
</p:chapter>
<p:newPage>

The above works but the following does not.

<p:chapter>
<p:newPage />
<p:section>
</p:section>
</p:chapter>

It appears like the tag is being ignored.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list