Displaying 1 result from an estimated 1 matches for "smth1".
Did you mean:
  smth
  
2006 Jun 05
2
Html tag
I have Html tag <select>:
<select name=''tag''>
<OPTION value =''smth1'' >  smth1
<OPTION value =''smth2'' >  smth2
</select>
and my question is: how to obtain selected value by using ruby or rails?
-- 
Posted via http://www.ruby-forum.com/.