I am trying to pass some data to a table cell that is set-up to grow
dynamically. Each time a check box is selected, a new Instance of the
table row is created, and the first cell is being populated via an
action script.The issue is that the first cell populates fine, but each
successive row, the first cell is being overritten and the new cells are
not being populated.I have attached the script, but looking at it, the
error seems obvious, but the solution escapes me.The error seems to be
that bo...