radzmar, thanks for the response. I figured out that the resolve Node
method is needed, what I am trying to figure out is the [*] to be
assigned a value every time a new instance is created, so that the
comments form can be created in any arrangement. I can change the * to
0, 1, 2, 3, 4, 5 for each instance and as long as I start with the first
one Zoning and go down the list it will create the list. It is when the
list is not created in order when I get errors. This has been driving me
crazy fo...