You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ezequiel Puig <e....@vivacances.fr> on 2007/04/03 14:53:40 UTC

RE : [s2] Tag iteration with Array

It works !!!

You make my day :)

Thanks a lot.

-----Message d'origine-----
De : Dave Newton [mailto:newton.dave@yahoo.com] 
Envoyé : mardi 3 avril 2007 14:40
À : Struts Users Mailing List
Objet : Re: [s2] Tag iteration with Array

--- Ezequiel Puig <e....@vivacances.fr> wrote:
> <s:iterator value="myArray" status="status">
>   <s:property value="myArray[status.index]"/>
> </s:iterator>

See if

<s:iterator value="myArray">
  <s:property/>
</s:iterator>

works.

d.



 
____________________________________________________________________________________
Expecting? Get great news right away with email Auto-Check. 
Try the Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org