I dont know what is wrong in my listContacts in controller map.put(\"contactList\", contactService.listContact()); Can somebody help me?
listContacts
map.put(\"contactList\", contactService.listContact());
I think you are missing to add the contactService bean to your applicationContext.xml try adding the below to tags