Re: looping/ iterating over a collection ina a collection

2003-02-11 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: for some reason i am unable to loop over a collection in a coolection for example: i have a class with a field called basket which is a collection of Items which contains a field called contents. for some reason i am unable to access the the contents in Item

looping/ iterating over a collection ina a collection

2003-02-06 Thread [EMAIL PROTECTED]
for some reason i am unable to loop over a collection in a coolection for example: i have a class with a field called basket which is a collection of Items which contains a field called contents. for some reason i am unable to access the the contents in Item with the follwing code: c:out