Gareth Evans <[EMAIL PROTECTED]> wrote on 08/10/2005 10:28:31 AM: > You could manually set the errors in the page within your action > with the method > > addErrors( request , form.update(mapping,request) ); > > the addErrors method is already defined in the class Action.
It is saveErrors(request,..etc. isn't it? Also, I think you're supposed to ActionMessages instead of ActionErrors.. Geeta