On Wed, 02 Jul 2008, ezegb wrote: > Hi Timo, yes I'm from Argentina, DNI's the Documento Nacional de Identidad :p
I thought it rang a bell :) > Regarding the issue, we did nail it down todays, turns out Ajax was > rejecting the request because of empty required textfields elsewhere in the > form. Now, the following issue is we couldn't quite catch the validation so > as to have the Ajax onSubmit ignore it. I did attempt a naive override of > onError as well as calling this method whose name I cannot find right now > which receives a boolean and if false overrides validation and such and > proceeds directly to onSubmit. Any ideas are appreciated It's always a good idea to override onError because of this. I think that with a good onSubmit / onError collaboration you can get a good solution. Suerte, Timo -- Timo Rantalaiho Reaktor Innovations Oy <URL: http://www.ri.fi/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
