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| %>

<%end%>
<%=rubric.deelrubric%><%= radio_button_tag('rubric_id', rubric.id)%>
<%= submit_tag "Choose", :class => "submit" %>
<%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…

On 12/24/06, Rudy [email protected] wrote:

<%=rubric.deelrubric%><%= radio_button_tag(‘rubric_id’, rubric.id)%>

Jorge S.