RE: onSubmitButton() method not running - Tapestry5

2008-12-29 Thread Jonathan Barker
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

Re: onSubmitButton() method not running - Tapestry5

2008-12-28 Thread Kristian Marinkovic
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