Anyone else having problems with remote_function and firefox 3? It doesn''t seem to make the AJAX call and firebug doesn''t offer any info. Doesn''t reach the controller. Works ok in Firefox 2. Thanks <% remote_function :url => {:action => ''show_people''} %> <p><b>Projects</b><br /> <%= collection_select(:project, :project_categories_id, ProjectCategory.find(:all, :order => "name"), :id, :name, {:prompt => "-Select a category"}, :id => ''id_selected'') %> </p> <%= observe_field ''id_selected'', :url => {:action => ''show_people''}, :with => ''id'' %> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---