Hi all,

 i have read too many posts for  Autocomplete In cake1.2 . Discussion
was too long but problem remains unresolved. Can anyone tell me exact
solution for this. I have gone through "http://bakery.cakephp.org/
articles/view/autocomplete". But its for 1.1.
 I have added component in controllers/components. Added
"var $components = array('Autocomplete');
        var $helpers = array('Html', 'Javascript', 'Ajax'); " lines in
controller.  and written test_auto() in controller

function test_auto()
        {

        }

and in view (test_auto.thtml) i have wriiten these lines:
"
<?php echo $javascript->link('prototype');
echo $javascript->link('scriptaculous');
 echo $ajax->autoComplete('User.login_name'); ?>


Still not working. Please help me..
"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to