You may be looking for the onSelected event for the button.
> -Original Message-
> From: Issah Grusi [mailto:issah.gr...@yahoo.com]
> Sent: Sunday, December 28, 2008 22:18
> To: users@tapestry.apache.org
> Subject: onSubmitButton() method not running - Tapestry5
>
> Folks!
> I have a subm
hi Issah,
you can have only one submit handler for a form.
you could move all your code into the onSubmit handler or
use one of the other events
(http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/Form.html)
if you need some pre-processing.
onPrepare