Works in Safari, not in Firefox?

Hello,

<%= javascript_include_tag :defaults %> <% remote_form_for :finish, :url => {:action => :results_1, :id => @evaluation}, :update => 'centerfield' do |form| %> <table> <%@rubrics.each do |rubric| %> <tr><td> <%=rubric.deelrubric%><%= radio_button_tag('rubric_id', rubric.id)%> </td></tr> <%end%> <tr><td><td><%= submit_tag "Choose", :class => "submit" %></td> </td></tr> </table> <%end%>

The user makes a choice with ta radiobutten, and clicks on Choose. In Safari I get reaction and results, in Firefox and Camino I get no reaction at all - no errors, no nothing. Anyone any ideas please?

Install firebug and try to figure out what happen behind…