Hi,
I have this problem..
In a
JAVA class I have the below code
In a
JSP, I have written a JSTL which is written this way,
So basically what I have is, a Hashmap which has
String as a key and an ArrayList object as a value.
When I try to run this, I get the error cannot run forEach for "items".
What part of code am I not writing correctly? Please help.