search for: 0creator_auto_complete

Displaying 1 result from an estimated 1 matches for "0creator_auto_complete".

2006 May 23
2
auto_complete_field help
...; </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''t use the text_field_with_autocomplete because I...