Re: Problems with Auto-Complete in an Ajax Form

2006-12-22 Thread Chowsapal
Finally figured it out. I just bagged the autocomplete component and used the helper the regular way (http://manual.cakephp.org/chapter/helpers). --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. T

Re: Problems with Auto-Complete in an Ajax Form

2006-12-22 Thread Chowsapal
I'm still stuck on this... Any help would be appreciated. Here's the form code in my view: form(array('action' => '/member/address_books'), 'post', array('update' => 'addressBookContent')) ?> labelTag('User/userna

Problems with Auto-Complete in an Ajax Form

2006-12-21 Thread Chowsapal
So I've got an ajax form with an ajax auto-complete field in it, using the auto-complete component. It works find if I replace the Ajax submit with a regular submit, or if I use the Ajax form and disable the Autocomplete component (but then, of course, the autocomplete doesn't work). Unfortunat