title says it all
+1
A:
no you can't pass along with submit button.
but you get name of button as params[:commit]
in controller
Salil
2010-07-09 15:25:46
A:
The parameters you'rer passing would be the data in the form, yes?
What parameter/data are you trying to receive? If you want to know the name of the user who performed the submit, or the current time, or something similar, there are other ways to do it.
As Salil mentioned, the parameters/form data are accessible in the controller via the "params" array.
normalocity
2010-07-09 17:13:34