Displaying 1 result from an estimated 1 matches for "agent_controller".
2008 Apr 04
4
Auto Complete Problems
...>
later on down, I have this:
<tr>
<td class="col-1" valign="top">City: </td>
<td class="col-2" valign="top">
<%= text_field_with_auto_complete :agent, :city, :skip_style => true %>
</td>
</tr>
In my agent_controller.rb, I have this:
auto_complete_for :agent, :city
I''ve put all of the scriptaculous .js files in my public dir in a folder
named scriptaculous. Am I supposed to be including some css files or
anything else? I''m kind of stumped here. Below is what my HTML looks
like for the ful...