Re: Form AJAX submission with Zone component appears to break if form validation is added.

2008-06-04 Thread Thiago H de Paula Figueiredo
On Wed, 04 Jun 2008 01:00:43 -0300, Jun Tsai [EMAIL PROTECTED] wrote: I have the same problem. Any T5 event handler method that is fired by AJAX must return a Block or Zone containing the new zone content, so you have to return your Zone in your validation method when validation fails. ;)

Form AJAX submission with Zone component appears to break if form validation is added.

2008-05-12 Thread Eric Rogers
5.0.12 Snapshot If I have a page containing a form and an associated zone component to update, everything works as expected. However, when I add validation to a field on the form, the submission for the form is treated as regular submission, and not one handled through AJAX. More specifically,