Re: [Rife-users] Validation.validate()

2006-01-20 Thread Geert Bevin
Hi Eddy, that's very weird, since the true or false of the validate() method is based on: return 0 == countValidationErrors(); Can you give me the details of what the validation errors collection contains? Thanks, Geert On 20-jan-06, at 17:37, Eddy Young wrote: Hi, I'm puzzled by the

[Rife-users] Validation.validate()

2006-01-20 Thread Eddy Young
Hi, I'm puzzled by the following piece of code not working. bean.resetValidation(); if (!bean.validate()) { template.getBeanHandler().getFormBuilder(). getValidationBuilder().generateValidationErrors(template, bean.getValidati