Hi,
I solved this problem by preventing the "overlay loading animation" when the
client validation finds any error:
var validationError = false;
frmForm.getElements().each(function(fieldElement) {
var fieldEventManagerOfElement = $T(fieldElement).fieldEventManager;
if (fieldEventMana
the reason i want to do this is because i have "overlay loading animation" that
block page UI whenever submit button is clicked. but at the same time, tapestry
will show clientsidevalidation pop up overlay box. I want to call custom
javascript function so that it will close my "overlay loading anim