Re: Struts-EL Tag Question

2006-03-24 Thread Michael Jouravlev
http://struts.apache.org/struts-el/tagreference-struts-bean-el.html#bean:size Try "name" instead of "collection". On 3/24/06, Kalcevich, Daniel <[EMAIL PROTECTED]> wrote: > I have a collection in the Request called "processes" which is an array > list of a Transfer Object I use in my application.

Struts-EL Tag Question

2006-03-24 Thread Kalcevich, Daniel
I have a collection in the Request called "processes" which is an array list of a Transfer Object I use in my application. I am trying to make the following call from my JSP: I am getting the following error: javax.servlet.jsp.JspException: No valid collection specified for size tag