春天使用雅加达瓷砖

发布于 2024-10-14 18:56:42 字数 553 浏览 2 评论 0原文

我正在尝试在我的应用程序中使用 Tiles。 我有一个包含标签的模板 jsp 文件,

<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %>

但是无法解析tiles 标签 URI。

我已将 Struts 1.3.8 库包含在我的 libs 目录中。这包括 struts-tiles-1.3.8.jar。

我搜索了表单并尝试将以下内容添加到我的 web.xml 文件中。

 <taglib>
    <taglib-uri>http://jakarta.apache.org/struts/tags-tiles-1.1</taglib-uri>
    <taglib-location>/WEB-INF/struts-tiles.tld</taglib-location>
</taglib>

然而我仍然没有喜悦。

我怎样才能让标签解析?

I am trying to use Tiles in my application.
I have a template jsp file which includes the tags

<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %>

However the tiles tag URI cannot be resolved.

I have included Struts 1.3.8 Library in my libs directory. This includes struts-tiles-1.3.8.jar.

I have searched forms and tried adding the following to my web.xml file.

 <taglib>
    <taglib-uri>http://jakarta.apache.org/struts/tags-tiles-1.1</taglib-uri>
    <taglib-location>/WEB-INF/struts-tiles.tld</taglib-location>
</taglib>

However I have had still no joy.

How can I get the tags to resolve ??

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

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

发布评论

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

评论(1

我的奇迹 2024-10-21 18:56:42

好的 1,升级到 Tiles 2.2.2 ...您尝试使用的 Tiles 版本已经过时了

其次,如果可能的话使用 spring 3.0。

Spring 2.5.6 在图块处理方面存在一些错误,这些错误已在 3.0 中解决

。您在什么环境下开发?

Ok 1, upgrade to Tiles 2.2.2 ... the version of tiles you're attempting to work with is WAY out dated

Second, if possible use spring 3.0.

Spring 2.5.6 has some bugs with the tiles handling that were resolved in 3.0

What are you developing under?

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