Re: maintain branch: problem with XMLRenderer

2003-02-13 Thread Jeremias Maerki
Fixed in CVS. Thanks. But I wonder why nobody found this bug sooner. On 24.01.2003 20:28:24 Diwan, Shridhar wrote: The XMLRenderer doesn't seem to print the body portion at least in some cases. The problem seems to be in snip/ Jeremias Maerki

maintain branch: problem with XMLRenderer

2003-01-24 Thread Diwan, Shridhar
Hi, The XMLRenderer doesn't seem to print the body portion at least in some cases. The problem seems to be in public void renderPage(Page page); where, if (body!= null) body.render(this); is missing. Adding these two lines after if (end != null)