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=22561>. 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=22561 [PATCH] using run() with RTF or MIF renderer renders to PDF Summary: [PATCH] using run() with RTF or MIF renderer renders to PDF Product: Fop Version: 1.0dev Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: general AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The setRenderer() method doesn't create a renderer for RTF or MIF output types (it just sets rendererType), and run() checks if a renderer has been created (rather than checking redererType) to see if it should instantiate the defeault renderer. This patch fixes that by making run() check the rendererType to see if it has been set before defaulting to PDF. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]