Posted By:
Andreas_Koop
Posted On:
Saturday, October 12, 2002 06:29 PM
Hi, can anybody tell me why the following code works and the same beneath does not ? <%=request.getAttribute( "subCategories" )%>"> The next code-snippet does not work. The Exception is: javax.servlet.jsp.JspException: Cannot create iterator for this collection But the type of subCategories is an []... The strange thing is that it worked some days ago quite fine... Has anybody an explanation for that behaviour ? Thanks, Andreas
More>>
Hi,
can anybody tell me why
the following code works and the same beneath does not ?
<%=request.getAttribute( "subCategories" )%>">
The next code-snippet does not work.
The Exception is:
javax.servlet.jsp.JspException: Cannot create iterator for this collection
But the type of subCategories is an []...
The strange thing is that it worked some days ago quite fine...
Has anybody an explanation for
that behaviour ?
Thanks,
Andreas