search for: related_provinces

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

2006 Aug 16
1
how to update a collection_select from another
I have two collection_select in my list.rhtml: <%= collection_select (:region, :id, @regionall, :id, :title,html_options={:onChange => "new Ajax.Updater(''related_provinces'',''/categories/related_provinces/" + "?id=''+this[this.selectedIndex].value, {asynchronous:true, evalScripts:true});"}) %><br> <%= render :partial => "related_provinces" %> This is my partial: _related_provinces.rhtml: <%=...