Hi.

I'm looking at http://framework.zend.com/issues/browse/ZF-2465

Does this:

$form->populate($data);
if ($form->save->isClicked()) {
    // 'save' submit was clicked
}

works for anyone.

I don't see this isClicked method implemented at all.

I have two buttons (type submit) and I want to detect which one is clicked.

Regards,
Saša Stamenković.
-- 
View this message in context: 
http://n4.nabble.com/Detect-which-button-is-clicked-tp927321p927321.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to