Re: [iText-questions] Problems with nested Table in itext-paulo-137

2004-09-16 Thread Steve Appling
I think that moving table.complete() to earlier in the process does fix this problem. I am still having problems with Table.mergeInsertedTables(), but I don't think it is related. I have attached a version of PdfTable with the table.complete() calls moved. I'll look into the problems with Table.

[iText-questions] Problems with nested Table in itext-paulo-137

2004-09-16 Thread Steve Appling
When using a Table that has one cell containing both a paragraph and another table (which has only 1 cell with a paragraph), I get an ArrayIndexOutOfBoundsException on line 177 of PdfTable. I think this is caused by the changes to the PdfTable constructor in iText-paulo-137. When I test against the