This is the bit I don't get. The ajax->form is already coded in the view, with the $options array all set up.
Then the user clicks a submit button, an ajax request is made, the logic takes place on the server. The logic now needs to somehow conditionally modify the setup of the ajax->form, which obviously already exists since the user is using it to make the ajax request... So the question is, how do I dynamically MODIFY the javascript run by the ajax->form, as specified in the $options array? Does my question make sense? David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
