I have a
jsp file from where I am sending an AJAX request.
... and I am returning a Map object from my method that is mapped to handle this AJAX request.
My problem is that the method loadRolesList() is not getting executed. I have added Jackson dependency in pom.xml.
I also have the below lines in my dispatcher-servlet.xml.
I am not sure what I am missing. Any help is greatly appreciated.