Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

c:foreach error

843840Jul 15 2009 — edited Jul 19 2009
Hi 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 16 2009
Added on Jul 15 2009
4 comments
465 views