If I remember correctly, the errors are concatenated, not overwritten.


At 05:22 pm 25-10-2001 +0200, you wrote:
What's happen if...


ActionErrors errors = new ...

(...)
errors.add("login",new ActionError("error.login1"));
(...)
errors.add("login",new ActionError("error.login2"));

Is the first errors is overloaded by the second error
?

--
John Yu                       Scioworks Technologies
e: [EMAIL PROTECTED]         w: +(65) 873 5989
w: http://www.scioworks.com  m: +(65) 9782 9610

Scioworks Camino - "Rapid WebApp Assembly for Struts"

Reply via email to