Re: Submit form and bypass validation

2007-01-17 Thread Brian Duchek
ent: Tuesday, January 16, 2007 2:39 AM To: Tapestry users Subject: Re: Submit form and bypass validation Hi! > Is it possible to have a submit button on a form that can call a > listener bypassing any validation set for the form (without having to > explicitly code around validation in the l

RE: Submit form and bypass validation

2007-01-16 Thread Ben Dotte
EMAIL PROTECTED] Sent: Tuesday, January 16, 2007 2:39 AM To: Tapestry users Subject: Re: Submit form and bypass validation Hi! > Is it possible to have a submit button on a form that can call a > listener bypassing any validation set for the form (without having to > explicitly code

Re: Submit form and bypass validation

2007-01-16 Thread Patrick Klein
Hi! Is it possible to have a submit button on a form that can call a listener bypassing any validation set for the form (without having to explicitly code around validation in the listener)? This is useful when buttons modify the structure of the form: e.g add or remove form components. You co