Displaying 1 result from an estimated 1 matches for "filtered_state_select".
2006 Feb 04
4
AJAX rendered select doesn''t get submitted
...:style => "width: 175px;"}) %>
<%= observe_field("address_country",
:frequency => 0.25,
:update => "address_state_container",
:url => {:controller => ''state'', :action => :filtered_state_select},
:with => "''country_code='' + value")
%>
_______________________________________________________________________________
StateController#filtered_state_select
def filtered_state_select #ajax action
country = Country.find_by_code(@param...