I am sorry but none of the links in it are working.
Where else can I get more info on the same?
Thanks.
From: [EMAIL PROTECTED]
Reply-To: "Struts Users Mailing List" <user@struts.apache.org>
To: "Struts Users Mailing List" <user@struts.apache.org>
Subject: Re: saveErrors --- ActionErrors to ActionMessages
Date: Mon, 6 Feb 2006 15:44:08 -0500
"fea jabi" <[EMAIL PROTECTED]> wrote on 02/06/2006 03:39:55 PM:
> 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.
http://wiki.apache.org/struts/ActionErrorsAndActionMessages
Regards,
Geeta
_________________________________________________________________
Dont 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]