is there any way to pass additional parameters (e.g. a string) from the
text_field_with_auto_complete to the controller?
Indra
--
Posted via http://www.ruby-forum.com/.
<%= text_field_with_auto_complete :my_field, "Enter some text", {:url
=>{:action => 'auto_complete_action_name', :my_param =>
"hello"}, :method => :get} %>
best.
mike