Hi, I am working on a application where i would convert the code developed with struts1.2 to struts2.1 In my struts1.2 application ActionErrors were replaced with addActionMessage or addActionError methods in struts2.1 But what method should i use in struts2.1 if i have to replace saveErrors method of struts1.2
I hope u understood my issue. pls help me out in this. By the way can u pls tell me what is the difference b/w ActionErrors and saveErrors where both hold the error messages?