On Jun 10, 3:20 am, Vijay <[email protected]> wrote: > Hello All, > > I am using the cakephp ajax autocomplete, but it is not giving me any > response back. > > I tried with the other ajax methods like observerfield it is working > fine. But when i try with the autocomplete it calls the function but > returns with blank response. I am using prototype & jquery in this > application. I applied jquery no-conflict for all the methods that are > related with the jquery.
I recommend you use one or the other. Otherwise, you're loading a lot of overlapping functionality. > Can anybody give me an idea why this is happening. I read some where > that autocomplete will not work if we are using both jquery & > prototype together.So i tried by removing all the jquery files & > functions i used, but no luck. > > It is still giving me error. Also the error is "element is undefined > in controls.js line no. 175" This is a javascript problem. Install FireBug in Firefox to debug. You'll need to know, first off, if there's even a request being sent to the server. (ie. Is the error being thrown before anything is sent or after the response comes back?) Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
