RE: [iText-questions] cannot insertTable into existing Table

2005-11-08 Thread Paulo Soares
#x27; > Subject: [iText-questions] cannot insertTable into existing Table > > Hi All, > > > > I am trying to insert subtable with 4 columns into existing > table with 4 columns using > > > > datatable.insertTable(checkDetailTable,(i+1),1); > > >

[iText-questions] cannot insertTable into existing Table

2005-11-08 Thread Kurakula, Suneetha (HCF)
Hi All,   I am trying to insert subtable with 4 columns into existing table  with 4 columns using    datatable.insertTable(checkDetailTable,(i+1),1);   java.lang.IllegalArgumentException: setElement - position already taken at com.lowagie.text.Row.setElement(Unknown Source) at com.l