> Now here is my issue. > In the form, if the user forgets a mandatory field, I do > something like : > errors.add (... > ... > return errors
If I'm following correctly, this returns an ActionErrors collection to your Action. > I do not use saveErrors(), because I use it only in the action. If you don't use saveErrors, then the ActionErrors collection doesn't get saved, and you don't get any error messages. > With WSAD/ Struts 1.0 it works fine : stay on same page and > display errors. > With RSA/Struts 1.1 it stay on same page and display nothing. I have no idea what WSAD or RSA are. But the ActionErrors has to be saved someplace in order for the <htlm:errors/> tag to find it. Maybe WSAD did that for you and RSA doesn't? -- Tim Slattery [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]