Hi,

today, i try the spring validator and i have 2 questions :

- is it possible to show errors in a javascript popup ?
- in the errors.rejectValue, can i use an i18n value like this :

("field", "errors.minlength", new Object[]{"i18n field name","2"},"");

instead of :

("field", "errors.minlength", new Object[]{"field name","2"},"");

Thanks,

Fabien.