search for: vehicle_year_id

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

2010 Jan 30
2
passing multiple objects with remote_function
...quot;year", "year", {:prompt => "Select a year"}, {:onchange => "#{remote_function(:url => {:action => "update_from_year"}, :with => "''vehicle_year_id=''+value")}"}) %></li> What I would like to do is pass all the form values (4) to the controller with 1 :onchnage action. My controller logic needs to replace different page elements according to what fields values are set. But the fields may change at different times a...