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

clientsidevalidation call custom javascript function

2010-07-06 Thread asianCoolz
on tapestry 4 when clientsidevalidation is executed and a pop up overlay dialog appeared. can i call my custom javascript function at the same time? - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional c