Displaying 1 result from an estimated 1 matches for "search_ajax_test".
2006 Jan 04
6
Ajax makes me cry
...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_test (for 192.168.15.100 at
2006-01-03 21:35:43) [POST]
Parameters: {"action"=>"search_ajax_test", "controller"=>"admin"}
Co...