On 5 January 2012 16:33, JavierQQ <[email protected]> wrote: > > I'm having a problem with a submit event > What I'm trying to do is to update a record using radio inputs... and > everything is ok, but when I do a fast double-click on the radio > button, the form duplicates and I'm not sure if its a javascript > problem or a rails problem cause its rendering the partial again > (which shouldn't be happening)
Look in the rails log to see what is happening (development.log assuming in development mode). Once you understand what is happening you will be better placed to fix it. Colin -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

