Hi,
In Jade 6.3 where we have a form and use Form::setFormParent to set the parent of a newly created form to self, we are finding that the return value of Form::getFormParent is always null.
e.g.
create child;
child.setFormParent(self);
write(self);
write(child.getFormParent);
child.showModal();
From output viewer:
TestParent/18449.1
Form/0.0
Any thoughts?