Re: scpritlet and iterate

2002-01-29 Thread Philippe Hodapp / 1genia
Steve" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, January 29, 2002 9:42 PM Subject: RE: scpritlet and iterate > Since you want to referenct the object listeArticlesCategorie in the iterate tag, you mu

RE: scpritlet and iterate

2002-01-29 Thread Carter, Steve
Since you want to referenct the object listeArticlesCategorie in the iterate tag, you must have such an object in scope, so <%=listeArticlesCategorie.size()%> should work. It would, in this case, write the value on each iteraration, I think. I've done something similar when debugging, to see if