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
..
}
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
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
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
4 matches
Mail list logo