sitemesh无法加载body的class

来源:互联网 发布:试卷软件 编辑:程序博客网 时间:2024/05/22 11:47
<%@ 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>

重点 :<body <sitemesh:getProperty property="body.class" writeEntireProperty="true" />>

原文链接

原创粉丝点击