任何人都可以帮助我如何在我的 struts2 应用程序中使用 ajax 的 dojo 框架
我想在另一个选择框中的值发生变化时更改一个选择框的内容。 请告诉我如何使用道场。如何调用struts 2的action&通过ajax得到结果。
I want to change the content of a select box when the values in another select box changes.
Please tell me how to use dojo. How to call the struts 2 action & get the result through ajax.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
struts2-core 有一个标签,但这不适用于 ajax。
struts2 dojo 标签被标记为已弃用,因此最好不要在新项目中使用它。
在 Struts2 jQuery 插件 的 Wiki 中是 基于 AJAX 的双重选择,也许这是适合您的选择。
with struts2-core there comes a tag but this does not work with ajax.
The struts2 dojo tag is marked as deprecated so it is better not to use it in a new project.
In the Wiki for the Struts2 jQuery Plugin is a example for an AJAX based Double Select, maybe this is an option for you.