[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

auto_complete not completing.

lynn

6/9/2008 6:23:00 PM

Here is what I have done.

1. In controller: auto_complete_for :search, :string
2. Layouts/search.rhtml <%=javascript_include_tag :defaults %>
3. Views/search: <%= text_field_with_auto_complete 'search',
'string', :size => 35 %>

Any idea what I am missing?

Thank you,
Lynn