RE: Something strange about "iterate" tag

2001-06-29 Thread guido . roth
Laurent Delvaux cc: Subject: RE: Something strange about &qu

RE: Something strange about "iterate" tag

2001-06-29 Thread Laurent Delvaux
Yes, I have one! It is the only place where it didn't work in my entire site! -Message d'origine- De : David Winterfeldt [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 28 juin 2001 16:02 À : [EMAIL PROTECTED] Objet : Re: Something strange about "iterate" tag Do you

Re: Something strange about "iterate" tag

2001-06-28 Thread David Winterfeldt
Do you have a setObjectives method in your bean? You need it for the PropertyUtils to find the method (has to do with the JavaBean spec). David --- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello struts users, > > I have a very strange problem in a jsp!! Indeed, the > iterate tag works

Something strange about "iterate" tag

2001-06-28 Thread [EMAIL PROTECTED]
Hello struts users, I have a very strange problem in a jsp!! Indeed, the iterate tag works well for a property but doesn't work properly for another: * In my JSP: * In my bean: public String[] getObjectives() {return objectives;} public String[] g