日期:2014-05-20  浏览次数:20797 次

关于myeclipse8.5使用jsp:include提示错误
myeclipse8.5使用jsp:include提示错误
Java code

<jsp:include page="head.action"></jsp:include>


会提示:fragment "head.action" was not found at expected path /test/WEB-INF/page/fore/head.action
虽然项目跑起来没有问题,但这个提示很郁闷,请问怎么去掉这个错误提示?

------解决方案--------------------
没有找到head.action

你正常调用head.action了?
------解决方案--------------------
路径错误/?
------解决方案--------------------
探讨
myeclipse8.5使用jsp:include提示错误
Java code

<jsp:include page="head.action"></jsp:include>


会提示:fragment "head.action" was not found at expected path /test/WEB-INF/page/fore/head.action
虽然项目跑起来没有问题,……

------解决方案--------------------
路径问题!
------解决方案--------------------
ignore掉它~

我没遇到过这问题。。
------解决方案--------------------
是不是Warning啊,去掉.action试试
------解决方案--------------------
探讨

用“/head.action”一样会提示这个错误,不过提示成了WEBROOT目录了

------解决方案--------------------
探讨
引用:
引用:
myeclipse8.5使用jsp:include提示错误
Java code

<jsp:include page="head.action"></jsp:include>


会提示:fragment "head.action" was not found at expected path /tes……