Hi,

I tried changing two things
autocomplete="on"
and $ajax->autoComplete('Author/Last_Name', '/authors/autocomplete');

but it is still not working..here is the generated code of the view

<script type="text/javascript"
src="/cake/js/prototype/prototype.js"></script><script
type="text/javascript"
src="/cake/js/scriptaculous/scriptaculous.js"></script><form
action="/authors/auto" method="POST">
</label>Last Name</label>
<input name="data[Author][last_name]"  id="AuthorLastName"
autocomplete="on" value="" type="text" />
<div  id="AuthorLastName_autoComplete" class="auto_complete" /></div>
<script type="text/javascript">new Ajax.Autocompleter('AuthorLastName',
'AuthorLastName_autoComplete', '/cake/authors/autcomplete',
{});</script></form>

Regards


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to