c:foreach error
843840Jul 15 2009 — edited Jul 19 2009Hi guys,
Iam getting the following error when using c:foreach:
javax.servlet.jsp.JspTagException: Don't know how to iterate over supplied "items" in <forEach>
Iam having a situation wherin the outer foreach iterates for the list of applicants.and inside this there is another foreach used to display the label for one applicant Id type.I want to display the ID Type description and not the IDType code(like 0001,0002 etc).
But if there are two applicants the second foreach loop gives the above error.
Please help.