Hello, you could open up an "Enhancement/Feature" issue in Jira for me (http://framework.zend.com/issues) and attach the changes. I can review and test them, and we could then think about how to integrate them into ZF. I am very interested to contribute an ajax validation, it should be very robust though, so I cannot guarantee that i can include it.
On Wed, 26 Nov 2008 15:36:42 +0100, "Xavier Vidal" <[EMAIL PROTECTED]> wrote: > I have an inherited form class from Zend_Form that can validate Ajax forms > and render the error messages using JQuery, if someone is interested, i > can > share my code and we can promote it to ZF. > > > -----Mensaje original----- > De: Benjamin Eberlei [mailto:[EMAIL PROTECTED] > Enviado el: miƩrcoles, 26 de noviembre de 2008 14:50 > Para: [email protected] > Asunto: Re: [fw-general] Validating JQuery forms via AJAX > > > Hello Manuel, > > there is currently no way to validate your form via ajax unless you > implement that yourself. > > I might implement that someday, but the form plugin is not part of jQuery > or jQuery UI, so I havent integrated that yet. > > best regards, > Benjamin > > On Wed, 26 Nov 2008 02:58:18 -0800 (PST), manuelpedrera > <[EMAIL PROTECTED]> wrote: >> >> Hi, I've created a ZendX_JQuery_Form which has some fields with >> validators. >> The submit's click event is linked to a javascript function, where I > want >> to >> check if the input entered is valid or not. >> >> When I did this using dojo forms, it was easy through form.isValid(), > but >> I >> can't figure the way it's done using JQuery. >> >> Is there a way to use the validators before sending the data to the >> server? >> -- >> View this message in context: >> > http://www.nabble.com/Validating-JQuery-forms-via-AJAX-tp20698748p20698748.h > tml >> Sent from the Zend Framework mailing list archive at Nabble.com.
