扩展 JSP 标签库

发布于 12-29 13:32 字数 148 浏览 5 评论 0原文

有可用的扩展 JSP 标签库吗?基本上,由于项目限制,我们使用自行开发的框架并使用 JSP。我们需要一个标签库来帮助我们轻松地处理 html 表单和表单元素并提供某种绑定。像struts html tablib 之类的东西。我不确定我们是否可以独立使用 struts taglib?

Is there any extended JSP taglib available? Basically, because of project constraints, we're using a home-grown framework and working with JSPs. We want a taglib that will help us work easily with html forms and form elements and provide some sort of binding. Something like struts html tablib. I'm not sure if we can use the struts taglib standalone?

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

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

发布评论

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

评论(2

倾`听者〃2025-01-05 13:32:31

我可以为您提供的最佳解决方案是使用雅加达已退役的标签库。

它仍然有效,但不再由他们支持或维护。

该链接可以在此处找到,

您感兴趣的是“<一个 href="http://svn.apache.org/repos/asf/jakarta/taglibs/deprecated/input/trunk/" rel="nofollow">input" 标签库,其中包含以下字段的标签:

表格
文字
密码
文本区域
隐藏
选择
选项
收音机
复选框

The best solution I can provide for you is to use a retired tag library from jakarta.

It still works but it is no longer supported or maintained by them.

The link can be found here

The one you will be interested in is the "input" tag library which has tags for the following fields:

form
text
password
textarea
hidden
select
option
radio
checkbox

想念有你2025-01-05 13:32:31

将 Struts 与 Web App lib 文件夹中的适当 JAR 文件一起使用应该没有问题(将所有 Struts JAR 放入其中)

There should be no problem using Struts with appropriate JAR files in Web App lib folders (put all the Struts JARs in there)

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