saveErrors(request, errors);
return mapping.findForward("success");
This seems to be ok.
- Is errors not empty? (if empty there will be no error of course)
- Is your ActionForward not redirected? (this would create a new request, so everything you've saved in request would be discarded)
- Do you have a <html:errors> on your jsp? (this displays the errors)
Hth, Tib .
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

