DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12876>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12876 Multipage tables - NullPointerException Summary: Multipage tables - NullPointerException Product: Fop Version: 0.20.4 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: pdf renderer AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When attempting to create multipage tables, sometimes a NullPointerException is thrown. It seems to happen when there is a need to automatically break a page and move some content to the next. When breaks are inserted manually (by means of e.g. break-before attribute) the exception is not thown. The attached archive contains three examples of fop's behaviour: no_output/ No output was generated becaue of the NullPointerException. incorrect_output/ A break was inserted manually in line 1350. No exception but an image is missing in the resulting PDF. correct_output/ A break was inserted manually in line 1338. No exception, correct output. BTW: the *.fo files were generated by (a bit tweaked) DOCBOOK stylesheets. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
