Avatar

Level 1

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 for the past 3 days.  example:

this.resolveNode("form1.Page2.reviewDept[0].dept").rawValue

this.resolveNodes("form1.Page2.reviewDept[1].dept").rawValue

this.resolveNodes("form1.Page2.reviewDept[2].dept").rawValue


I am guessing that I need a variable for each of the instance and somehow count the instances created and put into this variable and replace each number.  I just cannot figure it out.  I am new to Javascript.