search for: form_result

Displaying 1 result from an estimated 1 matches for "form_result".

Did you mean: form_results
2006 Jan 04
6
Ajax makes me cry
What is the difference in treatment between an ajax link_to_remote and a form_remote_tag This works great and adds a list item to an ordered list with id=form_results link_to_remote ("Help me please!", :update => ''form_results'', :url => { :action => :search_ajax_test }, :position => ''bottom'') with this log message Processing AdminController#search_ajax...