RE: Logic Iterate - Cannot Create iterator for this collection

2004-02-04 Thread Michael McGrady
> > > > property="transactionDate"/> > > > > > > > > > > > > > > > > > > > > -Original Message- From: Michael McGrady [mailto:[EMAIL PROTECT

RE: Logic Iterate - Cannot Create iterator for this collection

2004-02-04 Thread Jacqueline Gomes
McGrady [mailto:[EMAIL PROTECTED] >Sent: Wednesday, 4 February 2004 5:50 PM >To: Struts Users Mailing List >Subject: RE: Logic Iterate - Cannot Create iterator for this collection > > >Could you please give more details? Show me the stack trace or whatever >you are seeing. >

Re: Logic Iterate - Cannot Create iterator for this collection

2004-02-04 Thread Michael Wiles
You need to specify the name of the collection in the nested iterator (the getter). Add another parameter to the nested iterator line called property. I'm having trouble referencing properties of the nested iterator. On Wed, 2004-02-04 at 11:06, Jacqueline Gomes wrote: > Hi A

RE: Logic Iterate - Cannot Create iterator for this collection

2004-02-04 Thread Michael McGrady
al Message- >From: Michael McGrady [mailto:[EMAIL PROTECTED] >Sent: Wednesday, 4 February 2004 5:42 PM >To: Struts Users Mailing List >Subject: RE: Logic Iterate - Cannot Create iterator for this collection > > >What happens? > > >At 01:36 AM 2/4/2004, you wrote

RE: Logic Iterate - Cannot Create iterator for this collection

2004-02-04 Thread Michael McGrady
To: Struts Users Mailing List Subject: RE: Logic Iterate - Cannot Create iterator for this collection Could you please give more details? Show me the stack trace or whatever you are seeing. At 01:44 AM 2/4/2004, you wrote: >I am still getting Cannot Create Iterator for this collection er

RE: Logic Iterate - Cannot Create iterator for this collection

2004-02-04 Thread Michael McGrady
collection error. > >-Original Message- >From: Michael McGrady [mailto:[EMAIL PROTECTED] >Sent: Wednesday, 4 February 2004 5:42 PM >To: Struts Users Mailing List >Subject: RE: Logic Iterate - Cannot Create iterator for this collection > > >What happens? > > >A

RE: Logic Iterate - Cannot Create iterator for this collection

2004-02-04 Thread Jacqueline Gomes
> > > > > > > property="receiptNumber"/> > > > > > > > > > > > > > > > property="transactionDate"/> > > > > > > > > &g

RE: Logic Iterate - Cannot Create iterator for this collection

2004-02-04 Thread Michael McGrady
: Michael McGrady [mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 February 2004 5:50 PM To: Struts Users Mailing List Subject: RE: Logic Iterate - Cannot Create iterator for this collection Could you please give more details? Show me the stack trace or whatever you are seeing. At 01:44 AM 2/4/2004, you wrote

RE: Logic Iterate - Cannot Create iterator for this collection

2004-02-04 Thread Jacqueline Gomes
er.WorkerThread.run(WorkerThread.java:66) -Original Message- From: Michael McGrady [mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 February 2004 5:50 PM To: Struts Users Mailing List Subject: RE: Logic Iterate - Cannot Create iterator for this collection Could you please give more details?

RE: Logic Iterate - Cannot Create iterator for this collection

2004-02-04 Thread Jacqueline Gomes
ailto:[EMAIL PROTECTED] >Sent: Wednesday, 4 February 2004 5:42 PM >To: Struts Users Mailing List >Subject: RE: Logic Iterate - Cannot Create iterator for this collection > > >What happens? > > >At 01:36 AM 2/4/2004, you wrote: > >I did put a bean:write in there an

RE: Logic Iterate - Cannot Create iterator for this collection

2004-02-04 Thread Michael McGrady
2004 5:42 PM To: Struts Users Mailing List Subject: RE: Logic Iterate - Cannot Create iterator for this collection What happens? At 01:36 AM 2/4/2004, you wrote: >I did put a bean:write in there and it still doesn't work. > >-Original Message- >From: Michael McGrady [mailto

RE: Logic Iterate - Cannot Create iterator for this collection

2004-02-04 Thread Jacqueline Gomes
I am still getting Cannot Create Iterator for this collection error. -Original Message- From: Michael McGrady [mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 February 2004 5:42 PM To: Struts Users Mailing List Subject: RE: Logic Iterate - Cannot Create iterator for this collection What

RE: Logic Iterate - Cannot Create iterator for this collection

2004-02-04 Thread Michael McGrady
What happens? At 01:36 AM 2/4/2004, you wrote: I did put a bean:write in there and it still doesn't work. -Original Message- From: Michael McGrady [mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 February 2004 5:35 PM To: Struts Users Mailing List Subject: Re: Logic Iterate - Cannot C

RE: Logic Iterate - Cannot Create iterator for this collection

2004-02-04 Thread Michael McGrady
What happens? At 01:36 AM 2/4/2004, you wrote: I did put a bean:write in there and it still doesn't work. -Original Message- From: Michael McGrady [mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 February 2004 5:35 PM To: Struts Users Mailing List Subject: Re: Logic Iterate - Cannot C

RE: Logic Iterate - Cannot Create iterator for this collection

2004-02-04 Thread Jacqueline Gomes
I did put a bean:write in there and it still doesn't work. -Original Message- From: Michael McGrady [mailto:[EMAIL PROTECTED] Sent: Wednesday, 4 February 2004 5:35 PM To: Struts Users Mailing List Subject: Re: Logic Iterate - Cannot Create iterator for this collection I have not l

Re: Logic Iterate - Cannot Create iterator for this collection

2004-02-04 Thread Michael McGrady
I have not looked at this closely, but I notice there is no write in the nested iterator. Can you say what happens with this when you run it? At 01:06 AM 2/4/2004, you wrote: Hi All, I have a List collection (paymntTrnsctns) which contains an adminReceipts objects. One of the properties of adm

Logic Iterate - Cannot Create iterator for this collection

2004-02-04 Thread Jacqueline Gomes
> I have a List collection (paymntTrnsctns) which contains an adminReceipts objects. > One of the properties of adminReceipts is a list. So I display the normal string > properties of the object, such as receiptNumber and transactionDate, but can't then > get the list adminPaymentDetails withi

Logic Iterate - Cannot Create iterator for this collection

2004-02-04 Thread Jacqueline Gomes
Hi All, I have a List collection (paymntTrnsctns) which contains an adminReceipts objects. One of the properties of adminReceipts is a list. So I display the normal string properties of the object, such as receiptNumber and transactionDate, but can't then get the list adminPaymentDetails withi