Re: T5 Form issues

2008-05-16 Thread Howard Lewis Ship
You can use onValidateFormFromXYZ where XYZ is the Form component. Your onValidateForm() method may return true to cancel bubbling of the server-side event. On Fri, May 16, 2008 at 9:00 AM, kranga <[EMAIL PROTECTED]> wrote: > Using IE 7: Form gets submitted even if there are client-side validatio

T5 Form issues

2008-05-16 Thread kranga
Using IE 7: Form gets submitted even if there are client-side validation errors. Event bubbling side-effect: If you have a page that contains a form and a component A, and further if the component itself has a form, then if the component's form is submitted and you have a simple onValidateForm