What is the preferred way to obtain errors on a ValidatorForm now that ActionErrors is mostly deprecated? Is there a better way to do this: ActionErrors errors = myForm.validate(mapping, request); if(!errors.isEmpty()) { saveErrors(request, errors); return mapping.findForward("failure"); } I've got like 1000's of deprecation warnings now. Thoughts? Thanks
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]