Re: error no getter method defined while inside logic:iterate

2004-02-25 Thread Niall Pemberton
Inside the logic:iterate the beans returned by your getRaw() method should be exposed with the name you specify in the iterate's 'id' attribute. So something along the lines of. logic:iterate name=dateForm property=raw id=foo indexId=ctr tr tdbean:write name=ctr //td

Re: error no getter method defined while inside logic:iterate

2004-02-25 Thread [EMAIL PROTECTED]
Hi Niall, List thanks for you answer. I tried out you suggestion (literary and in several variations), but it does not help: still the same error. no getter defined. If you have any other suggestions, I'd be happy. Otherwise I will just try a workaround which is not such a nice sollution,

Re: error no getter method defined while inside logic:iterate

2004-02-25 Thread Niall Pemberton
(,,,); - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 1:11 PM Subject: Re: error no getter method defined while inside logic:iterate Hi Niall, List thanks for you answer. I tried out you suggestion (literary