Hi All,I am trying to highlight an exclusion group when it doesn't have
any button checked. This is the script for the validation. Is it
possible to check against the value of the exclusion group?Thanks.var
reqFillColor = "255.255.0";var nonReqFillColor = "255.255.255";function
requiredValidation(){var emptyArr = new
Array();if(xfa.form.form1.subform1.rbList.rawValue ==
null){emptyArr.push(xfa.form.form1.subform1.rbList);highlight(xfa.form.form1.subform1.rbList);}function
highlight(fld){if(fld.u...