Just in case anybody gets the same problem, it seems that when you use the submit() function on the form, the onsubmit="return false;" is NOT invoked, which means that there will be a non Ajax submission as well as an ajaxified one.
So it seems the solution is.... there isn't one, apart from hacking out the generated Ajax.Updater code and calling it directly - which works!!!! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
