Hi.. Finally after trying hard, I got Ajax autocomplete working. The problem was with effects.js and control.js
Somehow IE was not raising problem in locating effects.js but firefox was I added following include list in my default template print $html->charset('UTF-8'); echo $javascript->link('prototype'); echo $javascript->link('scriptaculous'); echo $javascript->link('effects'); echo $javascript->link('controls'); But I still have one question. How can i show results by joining two or more fields. I want to show full name of people and would like to join first name and last name before displaying it in autocomplete box Regards --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---