Re: [Wicket-user] Customizing StringValidator

2007-01-19 Thread Johan Compagner
So you are using the Range StringValidator? /** * Gets a String range validator to check if a string length is between min * and max. * * If that is not the case then an error message will be generated with the * key "StringValidator.range" and the messages keys that can be us

[Wicket-user] Customizing StringValidator

2007-01-19 Thread Ayodeji Aladejebi
I have been having problems customizing my StringValidator message from Wickets defaults: 'mysecretpass' must be between 6 and 9 chars. this is not working: passwordForm.newPassword.StringValidator.minimum=Passwords must be greater than 6 Characters passwordForm.newPassword.StringValidator.maxi