search for: stategroup

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

Did you mean: state_group
2006 Feb 04
4
AJAX rendered select doesn''t get submitted
...untry_code='' + value") %> _______________________________________________________________________________ StateController#filtered_state_select def filtered_state_select #ajax action country = Country.find_by_code(@params["country_code"]) @state_groups = StateGroup.find_all_by_country_id(country.id) @state_groups.each {|g| g.name = ''- '' + g.name + '' -''} render(:partial => ''options'') end _______________________________________________________________________________ _options.rhtml parti...