atom feed8 messages in org.apache.wicket.usersRe: onValidate() not called by FormTe...
FromSent OnAttachments
Mathilde PellerinAug 18, 2011 1:03 am 
Mathilde PellerinAug 18, 2011 1:26 am 
Martin GrigorovAug 18, 2011 1:35 am 
Mathilde PellerinAug 18, 2011 1:44 am 
Martin GrigorovAug 18, 2011 1:48 am 
Mathilde PellerinAug 18, 2011 2:44 am 
Martin GrigorovAug 18, 2011 2:50 am 
Mathilde PellerinAug 18, 2011 4:32 am 
Subject:Re: onValidate() not called by FormTester.submit()
From:Mathilde Pellerin (math@statlife.fr)
Date:Aug 18, 2011 1:44:19 am
List:org.apache.wicket.users

I use Wicket 1.4.17. Validation is not execute only when testing. I mean, only validation of my FileUploadField : maxSize error and my own abstractValidation errors are not executed. It's why I thought I made a mistake in my test...