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

Reply via email to