it seems that you did not used the id attribute
 <logic:iterate id="item" name="myfs" property="myArrlst">
        <bean:write name="item" property="yourProperty"/>
 </logic:iterate>
> -----Message d'origine-----
> De : vze49jqg [mailto:[EMAIL PROTECTED]]
> Envoy� : samedi 16 novembre 2002 17:32
> � : Struts Users Mailing List
> Objet : Using : Tomcat 3.2.2
>
>
> Hi I am using Tomcat 3.2.2 , struts 1.0
> I am having this problem :
>
>     I have a ArrayList myArr which is populated by the Bean {A} , the
> arraylist contains object of another Bean {B}.
>
>     if I say
> <logic:iterate name="myfs" property="myArrlst">
> Hello World
> </logic:iterate>
>
> It iterates Hello world for the number of objects in myArrlst,
> but when I try to use a method call inside the logic:iterate tag it says
> getter / setter not present.
> I can do the same thing as above with Java Iterator and calling bean's
> individual getter/ setter methods.
>
>
> Any help will be greatly appreciated.
> Regards
> Gopal
>
>
>
> --
> 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