22 Mar
2002
22 Mar
'02
2:08 p.m.
From: "Hamzal Kamal" <k_hamzat@yahoo.com>
Is it possible for form to have more than one actions?
Yes, you can append ":method" to the submit buttons and you will call methods instead. So a form with action foo and a button "bar:method" will result in the method bar() of the foo object being called.