Somebody please help me...

I started to generate Reports in HTML with iText.
The reports may have 1 to 5 deep grouping.
I implemented the grouping with nested tables,
because it seemed to be the most obvious way.
I implemented the algorithm and started to see
what hapened. Nesting tables were OK up to two
grouping levels, then became wrong. I checked
the generated HTML code and saw that there weren't 
any nested tables in the two level version, but 
<span> and <div> tags in the main table's cells.
However, in the three level version there were
some kinds of nested tables, but they were incorrect.
The nested tables were enclosed by <tr> tags instead of
<tr> and <td>. So, in fact they weren't nested in
a cell, but in a table row. Is this intended or is a bug?

I used the Table.insertTable(Table) method for nesting 
a table.

If someone faced the same problem, please tell me
if there are any solutions, because I have a tight
schedule...

thanks in advance,
Gyula



-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future of 
Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) 
program now. http://ad.doubleclick.net/clk;4699841;7576301;v?
http://www.sun.com/javavote
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to