Hello,
I have a LinkedHashMap to hold all of the US States and their abbreviations.
My problem is that I want to access them from a
JSP to iterate through in a drop down list but I keep getting the following error:
javax.servlet.jsp.JspTagException: Don't know how to iterate over supplied "items"
Here is a snippet of the LinkedHashMap Code:
Here is a snippet of the JSP Code:
Thanks in advance for your help!
Chris Cornelius