> I checked and is the line is being executed, but the process keep going to > the onSubmitRegistrationForm() and the new page "successPage" is > rendered...
onSubmit() is called whenever the form is submitted. What you want to use is onSuccess(), this method is only called if the validation was successfull. see -> http://tapestry.apache.org/tapestry5.1/tapestry- core/ref/org/apache/tapestry5/corelib/components/Form.html for more details. Piero --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org