RE: Counting ActionErrors from JSP

2006-05-06 Thread Ruben Cepeda
list know if any of this helped. * Ruben Cepeda [EMAIL PROTECTED] * Original Message Follows From: "Philihp Busby" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org

Re: Counting ActionErrors from JSP

2006-05-05 Thread Tarun Reddy
Hi, The "indexId" attribute in 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 Struts and

Counting ActionErrors from JSP

2006-05-05 Thread Philihp Busby
Hi Struts List, Is there a way through Struts and JSTL Tags to get a "count" of the number of ActionMessages or ActionErrors? I would like my to display messages in a numbered bulleted list when there are more than one, but just display the one outside of a list when there is only one. Thanks,