Re: Cannot create iterator for this collection

2006-01-20 Thread Keith Fetterman
using struts taglib. I have a object like public class myObject{ List myList; List getList(){ return myList; } ... } The myObject is send through aciton to the jsp. In my jsp, I have: ... ... But it complains that " Cannot create iterator for this collection" whi

Re: Cannot create iterator for this collection

2006-01-20 Thread Gareth Evans
.. } The myObject is send through aciton to the jsp. In my jsp, I have: ... ... But it complains that " Cannot create iterator for this collection" which means myList is not reconginzed as a list. What is wrong? Thanks, qq __ Confidentiality Statem

Re: Cannot create iterator for this collection

2006-01-20 Thread Gary Feidt
to the jsp. In my jsp, I have: ... ... But it complains that " Cannot create iterator for this collection" which means myList is not reconginzed as a list. What is wrong? Thanks, qq __ Confidentiality Statement: This email/fax, including attachmen

Cannot create iterator for this collection

2006-01-19 Thread Tony Smith
Hi, I am using struts taglib. I have a object like public class myObject{ List myList; List getList(){ return myList; } ... } The myObject is send through aciton to the jsp. In my jsp, I have: ... ... But it complains that " Cannot create iterator for