Displaying 1 result from an estimated 1 matches for "year_selection_chang".
Did you mean:
year_selection_changed
2008 Feb 13
6
trouble updating partial from collection
...in the view:
<%= select_tag :year,
options_for_select(recent_years, @year),
:onchange => remote_function( :url => {:update
=> dom_id(product),
:action =>
''year_selection_changed'',
:product_id
=> product.id,
:company_id
=> @company.id,
:update_div_id
=> dom_id(product) },...