You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ecs-user@jakarta.apache.org by Prakash Subedi <pr...@gmail.com> on 2007/08/23 21:42:15 UTC

Bug in TR addElement method

Hi,

Encountered following problem on ECS 1.4.2:

We have code that creates large HTML table.   When adding cell to a given
row;  sporadically another cell gets replaced instead of it being added.

row.addElement(cell);             --row is a TR  cell is new TD.

Is this a known bug; or is/has this been fixed?  Appreciate any pointers.

-- 
Thanks,
Prakash