I facing trouble in passing data from AngularJS $http.post() to Action Class in JAVA.
My action class is not getting called.
Controller.js

AuthenticateLogin.java

I facing trouble in passing data from AngularJS $http.post() to Action Class in JAVA.
My action class is not getting called.
Controller.js

AuthenticateLogin.java

You are missing the action extension. And potentially the namespace.
It should be
or