HI,
But when i do this,
if(this.rawValue ==1) {
xfa.resolveNode("form1.theForm.subForm1").presence= "invisible";
xfa.resolveNode("form1.theForm.subForm2").presence= "visible";
}
else if(this.rawValue ==2){
xfa.resolveNode("form1.theForm.subForm3").presence= "visible";
xfa.resolveNode("form1.theForm.subForm4").presence= "invisible";
}
The subform doesn't work like i want.
Any help?