From: Phlip Date: 2009-01-24T04:18:15+09:00 Subject: Re: How to use two submit tag with form_remote_tag Kumar Saurav wrote: > can we use two submit tag with form_remote_tag . If yes then what is the > solution. This is a Rails question - please switch to the Google Rails Task forum for better answers. The solution is one of the buttons is really a button_to_function call, with the function set to remote_function. The :with => arguments on that will be Form.serialize. That's enough to get you Googling again!