Hi Friends ..Please help- me
I want to iterate HashMap<
String,List> in My
jsp page..
My requirement is like this
ID Locations
123 Abc,def,ghi, etc.
456 Kjl,mno etc..
here i got values from DB and I was set in HashMap like this HashMap<id,location> now i want display these values in to my Jsp..
Thanks..... please help me.. urgent