Posted By:
Rodrigo_Costa
Posted On:
Wednesday, July 17, 2002 07:07 AM
I'm trying to populate a list box with values set in my actionForm ("SolicitacaoForm").
In my JSP I put:
I have the method getter and setter to tp_SM, and this
variable is an ArrayList. I've checked and tp_SM have
all values I need.
But it doesn't work, Apache displays this error:
Cannot create iterator for com.solicitacao.SolicitacaoForm@50ed02
Please, somebody could tell me what's wrong?
Thanks a lot,
Rodrigo.