Re: clientsidevalidation call custom javascript function

2010-07-06 Thread Kiss Izolda
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

Re: clientsidevalidation call custom javascript function

2010-07-06 Thread asianCoolz
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