Re: ActionMessage and ActionMessages Problem

2004-09-25 Thread Michael McGrady
Mark Lowe wrote: Satish ActionErrors isn't deprecated, ActionError is... http://struts.apache.org/api/org/apache/struts/action/ActionErrors.html ActionErrors errors = new ActionErrors(); errors.add("myproperty" , new ActionMessage(...)); return errors; And then personally i prefer But there are go

Re: ActionMessage and ActionMessages Problem

2004-09-25 Thread Mark Lowe
Satish ActionErrors isn't deprecated, ActionError is... http://struts.apache.org/api/org/apache/struts/action/ActionErrors.html ActionErrors errors = new ActionErrors(); errors.add("myproperty" , new ActionMessage(...)); return errors; And then personally i prefer But there are good reasons for pr

Re: ActionMessage and ActionMessages Problem

2004-09-25 Thread Michael McGrady
Sorry, left out the "ERRORS" sort of header. Michael McGrady

Re: ActionMessage and ActionMessages Problem

2004-09-25 Thread Michael McGrady