I''ve got a bunch of table rows consisting of the onclick method: <td onclick="document.location = ''<%= student_path(student) %>'';"><%student.last_name %></td> And when I delete one of these objects with the :confirm box by clicking "ok", it deletes the object(which is good) but then invokes the show method on one of the other table row objects that exists right behind. Anyone know of a quick fix to this minute problem? (P.S. I cannot move the objects.) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---