Re: How does setActionErrors Method works?

2008-12-26 Thread taj uddin
Hey, no ThanksI understood how the setActionErrors() method worksIt works just like addActionError() method except that it is adding a list of errors rather than a single error(String). --- On Thu, 12/25/08, Dave Newton wrote: From: Dave Newton Subject: Re: How does setActionErrors

Re: How does setActionErrors Method works?

2008-12-25 Thread Dave Newton
> In my application I have passed the list of errors to the > setActionErrors( ) method and in the resulting jsp page > i have written the tag > I have a doubt like will this tag get the list, which was > passed to the setActionErrors( ) method, and display the errors? > Pls help me out in this

How does setActionErrors Method works?

2008-12-24 Thread taj uddin
Hi, In my application I have passed the list of errors to the setActionErrors( ) method and in the resulting jsp page i have written the tag I have a doubt like will this tag get the list, which was passed to the setActionErrors( ) method, and display the errors? Pls help me out in this issue.