How to obtain field named 'action' from a POSTed form?

My application is posted with a form that contained a field named 'action'. In the controller this parameter is overwritten with a controller method. How can I read the form's value?