标签库是否应该在包含的 JSP 文件中声明?
我有几个包含在其他 JSP 页面中的 JSP 文件。其中一些使用在包含它们的页面中声明的标签库。
这些标签库是否也应该在包含的文件中声明?如果是这样,他们是否需要不同的前缀?
I have several JSP files that are included into other JSP pages. Some of these use taglibs declared in the pages that include them.
Should these taglibs be declared in the included files as well? If so, do they need a different prefix?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,您不需要再次定义它们 - 您也可以在包含的文件中使用它们。
No, you don't need to define them again - you can use them in the included files as well.