Re: Antwort: Validation question - at which point are property values set before post

2009-10-06 Thread Ulrich Stärk
Also consider the validateForm event that gets fired before success and after all individual form fields have been processed. This is the right point for cross-field validation. Uli Am 06.10.2009 09:30 schrieb dirk.latterm...@bgs-ag.de: Peter Stavrinides schrieb am 06.10.2009 09:07:53: Val

Antwort: Validation question - at which point are property values set before post

2009-10-06 Thread dirk . lattermann
Peter Stavrinides schrieb am 06.10.2009 09:07:53: > Validation question - at which point are property values set before post They seem to be set after the input field validators complete. > > //This code works > public void onSuccess() throws SQLException { > > if(isTerminated()){ >