search for: nameprototyp

Displaying 1 result from an estimated 1 matches for "nameprototyp".

Did you mean: nameprototype
2006 May 23
2
auto_complete_field help
..._number => (@credit_number + 1)}) %> </li> <% end %> In my controller I have the following set at the top: auto_complete_for :author, :name But when I load the page in the browser and I click on add for the first time I get the following error in firebug: missing variable nameprototype.js?1144376... (line 181) var 0creator_auto_completer = new Ajax.Autocompleter(''0creator'', ''0creator_auto_complete'', ''/issue/auto_complete_for_author_name'', {callback:function(element, value) { return 0creator }}) Any thoughts? I can'...