From: Dominic Son Date: 2006-06-08T19:32:15+09:00 Subject: (newbie) Why doesn't this line work? <%= link_to 'Edit', :confirm => 'Are you sure?', :action => 'edit', :id => product %> Why doesn't this work the way it should, which is (from my understanding) 1. link something to edit 2. before going to the edit page, asking 'are you sure?' Help. -- Posted via http://www.ruby-forum.com/.