I have a dynamic form that has two tables, each related to the same data points. Here is an example of the XML instance: Joe Maybe Suzie No James Yes The first form binds to the $.name, and the second binds to $.selected. The form will only render the first table, but not the second. I assume t...