从 jquery 调用 struts 操作
我试图从 jQuery 调用 struts1.3 操作。
我已经尝试过:
$.get("/samplAction.do",function(response){
//some code
});
但是该操作没有被调用。我做错了什么?
I am trying to call a struts1.3 action from jQuery .
I have tried this:
$.get("/samplAction.do",function(response){
//some code
});
But the action is not called. What am I doing wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有“/”怎么样?因为我这样做:
:
我的 struts-config 有这个
how about withou "/" ? because I do this:
having
and my struts-config has this: