Hi to everyone, I have a form with the following structure: <% remote_form_for :trace, @trace do |f| %> ... <%= submit_tag "Conferma" %> <% end %> This form contains a lot of data the user can change multiple times, each time confirming via the "Conferma" button. This works like a charm under Safari, while with Firefox the information are submitted only once. Every other time I click on "Conferma", nothing happens and the logs show no information about the button being pressed. Is there anything I can do to solve this? Thanks in advance for your help. Regards, Carmine -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---