Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AngularJS$http.post()から JAVA の Action クラスにデータを渡す際に問題が発生しました。
$http.post()
アクション クラスが呼び出されません。
Controller.js
AuthenticateLogin.java
アクション拡張機能がありません。そして潜在的に名前空間。
そのはず
$http.post('AuthenticateLogin.action', data)
また
$http.post('/AuthenticateLogin.action', data)