ActionError deprecated but ActionForm validate() uses ActionErrors

2004-10-14 Thread eugene . lim
Good day, Re the title, ActionError was deprecated in Struts 1.2 but ActionForm validate() still returns ActionErrors. ActionErrors only has one add() method that accepts ActionError, not ActionMessage. How do I modify my code in such a way to avoid using the deprecated ActionError, but still

Re: ActionError deprecated but ActionForm validate() uses ActionErrors

2004-10-14 Thread Shinobu Kawai
Hi Eu Gene, Re the title, ActionError was deprecated in Struts 1.2 but ActionForm validate() still returns ActionErrors. ActionErrors only has one add() method that accepts ActionError, not ActionMessage. How do I modify my code in such a way to avoid using the deprecated ActionError, but