Can't seem to locate the Edit message button, so I will post the message again as a reply.
Hello,
I am trying to iterate through a HashMap<RecmExclusionCntctReasonKey,ArrayList<ContactReasonInfo>> using logic:iterate.
The error I am receiving is:
javax.servlet.jsp.JspException: No collection found.
Here is my JSP:
Here's what is in RequestContainerForm:
And here's what is in RecmExclusionCntctReasonKey with appropriate getters, setters, hashCode, and equals by chanBusOrgCde.
I see the populated HashMap before Struts does the "forward", so I know the data is there. Any help would be greatly appreciated.