[EMAIL PROTECTED] wrote:
Fixes a cause for a NPE. Doesn't fix the obvious bug, though.
+ final String pageNumber = (area.getPage() != null
Dammit, does this mean the page can be already null? In this case the following:
log.error("Areas pending, text probably lost. Check Page " + + pageNumber +
is basically useless. "Check Page <unknown>...", this would drive me crazy for certain. Are there cases where a page number was actually shown? The dropped text could be retrieved from the pending area, however, I think a page number to check would be really useful too. Also, why does this problem get so much attention recently? It was mentioned only three or four times in two years! J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]