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