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 don't see anything obvious ... could sessionFactory be null? Should be easy to find, tho. Step through the code in the debugger.