Matthew, Can I somehow get the input buttons not to have a name, therefore not to present among posted values? It would be very nice to just write $table->insert($this->_request->getPost()) rather than creating a new array element-by-element.
I tried to use an ampty and a null value for the name attribute in my configuration, but it throws an error. Any workarounds? Thanks, Ádám
