Hello,
<%= javascript_include_tag :defaults %>
<% remote_form_for :finish, :url => {:action => :results_1, :id =>
@evaluation}, :update => ‘centerfield’ do |form| %>
<%=rubric.deelrubric%><%= radio_button_tag('rubric_id', rubric.id)%> | |
<%= submit_tag "Choose", :class => "submit" %> |
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?