sitemesh body 失效的问题
Posted 林夕木大大
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sitemesh body 失效的问题相关的知识,希望对你有一定的参考价值。
<%@ page contentType="text/html;charset=UTF-8"%> <%@ include file="/WEB-INF/views/include/taglib.jsp"%> <%@ taglib prefix="sitemesh" uri="http://www.opensymphony.com/sitemesh/decorator" %> <!DOCTYPE html> <html lang="en"> <head> <title><sitemesh:title/></title> <%@include file="/WEB-INF/views/include/head.jsp" %> <sitemesh:head/> </head> <body <sitemesh:getProperty property="body.class" writeEntireProperty="true" />> <sitemesh:body/> <%@include file="/WEB-INF/views/include/footer.jsp" %> </body> </html>
用过的一看就明白了 关键在这一句 : <sitemesh:getProperty property="body.class" writeEntireProperty="true" />
以上是关于sitemesh body 失效的问题的主要内容,如果未能解决你的问题,请参考以下文章