Having trouble with submit_to_remote. If I have a form (at /products/testing) <form action="/products/foo/" method="post"> <%= submit_to_remote "savebutton", "Save" %> </form> What should I expect the action to be when posting? Currently I get this... Parameters: {"action"=>"testing", "controller"=>"products"} But what would think I''d get (and prefer) is... Parameters: {"action"=>"foo", "controller"=>"products"} Am I misunderstanding the way submit_to_remote is supposed to work? -- Jack Baty Fusionary Media - http://www.fusionary.com Weblog - http://blog.jackbaty.com