【问题标题】:How to add other html file in thymeleaf,Is it OK ?如何在thymeleaf中添加其他html文件,可以吗?
【发布时间】:2017-06-06 03:15:33
【问题描述】:

如您所知,如果我们想在jsp中包含其他页面(大多数是页眉、页脚),我们可以在我们的jsp文件中写:

<jsp:include page="/pages/common/header.jsp"></jsp:include>

如果我想实现在 thymeleaf 模板中添加一些 html 文件的功能,我该怎么做?可以吗?

【问题讨论】:

  • 查看文档

标签: java spring jsp thymeleaf


【解决方案1】:

不,您不能在 thymeleaf 中包含 jsp 文件。但是您可以包含其他 thymeleaf 页面。看看如何:

【讨论】:

    猜你喜欢
    • 2011-06-28
    • 1970-01-01
    • 2014-05-15
    • 2010-12-25
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-10-15
    • 2015-11-08
    相关资源
    最近更新 更多