I have some problems to use an iterate tag in an iterate tag. I have tried to use the define tag but it don't work too. I have the message : Cannot create iterator for this collection
Here's the code : <logic:iterate id="aLaUneItem" name="aLaUne" property="articles" scope="session" > <A HREF="detail.do?idArticle=<bean:write name="aLaUneItem" property="noArticle" />"> <bean:write name="aLaUneItem" property="titre" /></A> <bean:write name="aLaUneItem" property="resume" /> <bean:define id="article" name="aLaUneItem"/> <logic:iterate id="pictureItem" name="article" property="picturesContainer"> <img src="<bean:write name="pictureItem" property="idArt"/> </logic:iterate> </logic:iterate> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>