Re: tacos.cancelForm cannot bypass client validation

2007-02-05 Thread Srinivas Yermal
We faced the same issue. (T4.0.2 and tacos 4.0.1) We then tried using the form's cancel listener too, but couldnt get it working. Had to switch over to a simple DirectLink instead. Srini. On 2/5/07, vancam <[EMAIL PROTECTED]> wrote: I cannot cancel the form while bypassing

tacos.cancelForm cannot bypass client validation

2007-02-05 Thread vancam
I cannot cancel the form while bypassing the client validation. It keeps showing "You must enter a value for.". I have tried onclick="tacos.cancelForm(document.editForm)" as well. Please help.