Displaying 1 result from an estimated 1 matches for "auto_complete_for_entity_name".
2006 Apr 03
6
problems with Rails 1.1 observe_field :with serialized
...he server. I had been using
<%= observe_field ''entity_name_''+@account.id.to_s, :frequency => 0.5,
:update => ''auto_complete_''+@account.id.to_s, :url =>
{ :controller => ''committees'', :action=>
''auto_complete_for_entity_name'',:params=>{:committee_id=>@committee.id}
}, :with => ''Form.serialize("new_contrib_form_#{@account.id.to_s}")'' %>
But the problem appears to be that when this is made into Javascript, it
wants to do something like
parameters:''Form.seriali...