Hiif have like this structure, where there is only one instance each:ParentSubform ChildSubform MyTextfield.rawValue = 99999now, i try to get that value in ParentSubform::initialize event:var value = xfa.resolveNode("xfa..ChildSubform").MyTextfield.rawValue;console.println("vlaue: " + v...