主题:include命今的路径问题
我用include命今包含了两处文件,这三个文件都在D:\Tomcat 5.0\webapps\ROOT下,可为何包含文件无法在原文件中运行呢,原代码如下:
<html>
<body bgcolor="white">
<font color="red">
<%@page buffer="5" autoFlush="false"%>
<p>In place evaluation of another JSP which give you the current time:
<%@include file="too.jsp"%>
<p><jsp:include page="too.html" flush="True"/>by including the output of another jsp
<%jsp:include page="too.jsp" flush="True"/>
:-)
</html>
<html>
<body bgcolor="white">
<font color="red">
<%@page buffer="5" autoFlush="false"%>
<p>In place evaluation of another JSP which give you the current time:
<%@include file="too.jsp"%>
<p><jsp:include page="too.html" flush="True"/>by including the output of another jsp
<%jsp:include page="too.jsp" flush="True"/>
:-)
</html>