This would work, but I use onsubmit attribute, to disable the submit button, to prevent double submit:
$form->setAttrib('onsubmit', "document.getElementById('$id').disabled =
1;");
So the submit is not in the $_POST
--
regards
takeshin
--
View this message in context:
http://n4.nabble.com/Which-Zend-Form-was-submitted-tp1371563p1386736.html
Sent from the Zend Framework mailing list archive at Nabble.com.
