jsp页面报错(一)

jsp页面报错


1、错误位置

<form action="../page/areaType.action" method="POST">
     <jsp:include page="userTab"></jsp:include>
</form>


2、错误类型

严重:Servlet.service() for servlet default throw exception.

java.io.FileNotFountException:The requested resource(/page/userData) is not available

3、错误原因

对于jsp标签的用法不熟,实际用法:<jsp:include page="userTab.jsp"></jsp:include>

jsp页面报错(一)

上一篇:netty应用


下一篇:Silverlight WCF "尝试向 URI发出请求时出错。这可能是由于试图以跨域方式访问服务而又没有正确的跨域策略" 错误的解决方法