Thanks BruceI used a workaround to invoke form validation before the
execute by adding another regular button which did the validation part
and then invokes the execute. Also made the actual execute button
hidden.The code on the regular button click is as
followsif(form1.execValidate()){
xfa.resolveNode("PostButton").execEvent("click");}ThanksParag