RE: Counting ActionErrors from JSP

2006-05-06 Thread Ruben Cepeda
Philihp, If you want to get accesses to the ActionErrors class size() method from a JSP thru lets say JSTL. You will can extend the ActionErrors and makes the method getSize(). The access the ActionErrors class in the page my its name (see

Re: Counting ActionErrors from JSP

2006-05-05 Thread Tarun Reddy
Hi, The indexId attribute in logic:iterate tag may be useful. For more information on this, please refer to, http://struts.apache.org/struts-action/struts-taglib/tlddoc/logic/iterate.html Thanks, Tarun. On 5/5/06, Philihp Busby [EMAIL PROTECTED] wrote: Hi Struts List, Is there a way through