Displaying 1 result from an estimated 1 matches for "remote_city_choosen".
2006 Jun 28
3
observe_field and radio button... does not work?
...'') %>
<%= observe_field(:citi, :frequency => 0.5,
:on => ''click'',
:with => "''city='' + $F(''citi'')",
:url => { :action => ''remote_city_choosen'' })
%>
...
def remote_city_choosen
puts ''#'' * 60 # nothing is displayed
p params[:citi] # on the console :(
end
--
Jaroslaw Zabiello
http://blog.zabiello.com
--
Posted via http://www.ruby-forum.com/.