扩展 JSP 标签库
有可用的扩展 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 技术交流群。

我可以为您提供的最佳解决方案是使用雅加达已退役的标签库。
它仍然有效,但不再由他们支持或维护。
该链接可以在此处找到,
您感兴趣的是“<一个 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