I am having the below code now in my dispatch Action in one of the methods in it.

DynaValidatorForm frm = (DynaValidatorForm)form;

ActionErrors errors = frm.validate( mapping, request );
       if ( errors != null && !errors.isEmpty() ) {
           saveErrors(request, errors);
.................
.................

As the below is deprecated
saveErrors(javax.servlet.http.HttpServletRequest request, ActionErrors errors)

How to convert the above to use ActionMessages instead?

Thanks.

_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to