So I used <%= observe_field :id_of_select, url => {action =>
"add"}, :frequency => 0.25 %>
this is below the select tag when I choose and item from the drop down
it does absolutely nothing.
I examined it in firebug and I don't see anything either.
View of the source shows that it has selected the proper id of the
drop down.
I got something to happen in firebug, but it is calling function 3 or
4 times while the user goes down the drop down menu.
Also I can not get it do anything with .js file no out come , tried a
simple page.insert.
Is observe_field the correct method?
I have map.connect ':controller/:action/:id.:format'
below it I have a catch all map.connect '*path', :controller =>
'user', :action => 'login'