Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在 SO 和其他地方寻找这里,但我还没有找到这个问题的确切答案。所以这里是:
在我的 Liferay portlet 中添加支持以使用 JSTL 标签的最佳方式是什么?
当然,我找到了关于如何将 taglib 添加到 Web 应用程序的通用答案,但不是专门针对 Liferay。
您只需要添加jstl-api.jar和jstl-impl.jar到您的 portlet 依赖项。
jstl-api.jar
jstl-impl.jar
这些 jar 文件已经在 Liferay 中webapps/ROOT/WEB-INF/lib。
webapps/ROOT/WEB-INF/lib
所以只需将其添加到文件liferay-plugin-package.properties:
portal-dependency-jars=jstl-api.jar,jstl-impl.jar