RE : [s2] Tag iteration with Array

2007-04-03 Thread Ezequiel Puig
It works !!! You make my day :) Thanks a lot. -Message d'origine- De : Dave Newton [mailto:[EMAIL PROTECTED] Envoyé : mardi 3 avril 2007 14:40 À : Struts Users Mailing List Objet : Re: [s2] Tag iteration with Array --- Ezequiel Puig <[EMAIL PROTECTED]> wrote: > &

Re: [s2] Tag iteration with Array

2007-04-03 Thread Dave Newton
--- Ezequiel Puig <[EMAIL PROTECTED]> wrote: > > > See if works. d. Expecting? Get great news right away with email Auto-Check. Try the Yahoo! Mail Beta. http://advision.webevents.yahoo.com/mail

[s2] Tag iteration with Array

2007-04-03 Thread Ezequiel Puig
Hi people, I am trying to iterate over an array. In my action, i have defined: Private String[] myArray; public String[] get MyArray () { return myArray; } public void setMyArray (String[] myArray) { this.myArray = myArray; } in the jsp, i am trying to acces