struts2选择标签,第二次选择基于第一次选择的值

发布于 2024-09-08 03:57:54 字数 170 浏览 1 评论 0原文

我有 2 个选择,我希望第二个选择列表根据第一个选择的选定值加载。换句话说,首先选择的是一个对象列表,这些对象每个都有另一个对象的列表。所以我想根据第一个选择的选定对象加载第二个列表。我知道可以使用 JQuery 来完成,但是我可以在没有 JavaScript/JQuery 的情况下完成此操作吗?

提前致谢。

I have 2 select, I want the second select list loads based on selected value of first select. In another word first select is a list of objects, those objects each has a list of another objects. so I want load second list based on selected object of first select. I know that can be done using JQuery, but can I do this without JavaScript/JQuery?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

怀念你的温柔 2024-09-15 03:57:54

有一个标签可以为您执行此操作 http://struts.apache.org /2.x/docs/doubleselect.html

开箱即用,它可能使用 Dojo API 或使用服务器端请求来生成第二个列表。我没有使用过 Struts 中的任何 JQuery UI。

There is a tag that does this for you http://struts.apache.org/2.x/docs/doubleselect.html

Out of the box it probably uses Dojo API or uses a server side request to generate the second list. I have not used any of the JQuery UI in Struts.

友欢 2024-09-15 03:57:54

不,如果没有 Javascript,你就无法做到这一点。使用静态 HTML 无法实现这种效果; HTML 表单上的下拉字段预先加载了其选项,并且独立于表单上的其他字段。

No, you can't do this without Javascript. With static HTML you can't achieve this effect; drop-down fields on HTML forms come pre-loaded with their options, and are independent of other fields on the form.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文