search for: reg_regionname

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

2009 Mar 19
0
How to send multiple values to controller using :with option of collection_select
...Thank u all for replying my previous posts. I have following problem I want to send multiple selected values from collection_select using ":with" option to a controller without submitting the form, i have following code <%= collection_select(:cluster, :CLST_RegionID, regions, :id, :REG_RegionName, {:prompt => "Please Select"}, {:onchange => "#{remote_function(:url => {:action => "update_clusters"}, :with => "''id=''+value")}&...