posted 20 years ago
I had the same problem and have spent 3 days trying to solve it. Thanks to Rich for pointing me in the right direction.
My problem was complicated because I was using the Commons Validator.
For the benefit of anyone else who has the same problem, you have to ensure not only that the keys associated with the field in the form are correctly set, but also the resource key associated with the particular validator (in my case, "required" needs a key "errors.required").
Jim.