使用struts在下拉列表中选择group

发布于 2024-10-04 12:16:16 字数 44 浏览 0 评论 0原文

任何人都可以帮助使用 struts 实现 optgroup 的相同功能吗?

Can anyone please help in implementing the same functionality of optgroup using struts.

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

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

发布评论

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

评论(1

洒一地阳光 2024-10-11 12:16:16

据我所知,无法使用 Struts 标签创建选择组

您必须求助于使用纯 HTML 标记 标记,并使用 JSTL 标记或Struts < /a> 标签。

这样的标签已在Struts 2中添加,但对于Struts 1没有'语气。

As far as I know, there is no way of creating select groups using Struts tags.

You will have to resort to using the plain HTML tag <optgroup> tag and create your select options by using either the JSTL <c:forEach> tag or the Struts <logic:iterate> tag.

Such a tag was added in Struts 2 but for Struts 1 there isn't one.

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