I got a form beyond a list of records. This form is used to add records to the list, which gets updated via ajax. In case of a form validation error i want the particular error message appear within the form. So there a 2 different elements that need to get refilled by ajax: 1. the list if no error occurs 2. the form on successfull save. My idea to solve this issue would be to update the form element and add a js snippet to its view on successfull save which updates the list. Is there a more elegant way?
I would like to have something like a onXYZupdate ;) Cheers, Nikolas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
