Hi all, I am trying to do the following: I have an AJAX request that submits form data, which if it validates is saved into the database. If the data does not validate, an edit form is returned so the user may correct her data. However, it may happen that more than one edit form is returned.
This is *maybe* not a problem, since all fields are named as arrays anyway. However, form->bind will only bind to the *last* dataset and ignore all preceding ones. What am I missing here, or is it just not possible? Yours, -Erik -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en.
