Tried the <nested:iterate> tag and the rest of the nested library?

It comes in the nightly build, or you can get it separately here (along 
with tutorial and such on how to use it)...
http://www.keyboardmonkey.com/struts


Arron.



Philippe Hodapp / 1genia wrote:

>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]>
>
>



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

Reply via email to