David
From: "vze49jqg" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Subject: Using : Tomcat 3.2.2
Date: Sat, 16 Nov 2002 11:32:24 -0500
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]>
_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

