Displaying 1 result from an estimated 1 matches for "address_state_provinc".
Did you mean:
  address_state_province
  
2006 Feb 04
4
AJAX rendered select doesn''t get submitted
...'' + g.name + '' -''}
        
    render(:partial => ''options'')
end
_______________________________________________________________________________
_options.rhtml partial that gets rendered:
<select name="address[state_province]" id="address_state_province"
class="siteText" style="width: 175px;">
    <option value="">-- Select State/Province --</option>
<%=
    option_groups_from_collection_for_select(@state_groups,
        :states, :name, # <- groups
        :code, :name, nil) # <- items
%&...