When using a simpleFormController when bind errors occur such as Date type mismatch or integer type mismatch the validator still gets called .. thus all my error messages show on my jsp. But in the wizard .. if a typeMismatch occurs no validate method is called (ie validatePage is not called) so only the type mismatch error shows up in my jsp and no other errors. Is this the normal behaviour of the wizard , are other people just overiding onBindAndValidate ?
Thanks


Reply With Quote