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 the array was populated (but I did it 
before the iterate).

Steve Carter
Sr. Software Engineer
Swift Rivers
[EMAIL PROTECTED]


-----Original Message-----
From: Philippe Hodapp / 1genia [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 29, 2002 1:13 PM
To: Struts Users Mailing List
Subject: scpritlet and iterate


Can somebody tell me if it is possible to use a scriptlet with the variable
from the iterate tag
For example iw ould like this :

<logic:iterate id="listeArticlesCategorieItem" name="listeArticlesCategorie"
property="articles" scope="session" >
        <%=listeArticlesCategorie.size()%>
  </logic:iterate>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to