当前位置: 代码迷 >> Java Web开发 >> include指令工作错误-<jsp:include flush="true" page="include/head.jsp"></jsp:include>
  详细解决方案

include指令工作错误-<jsp:include flush="true" page="include/head.jsp"></jsp:include>

热度:556   发布时间:2016-04-17 12:46:32.0
include指令工作异常---------<jsp:include flush="true" page="include/head.jsp"></jsp:include>
如题!所有的页面加入了这行代码,但是只有部分能正常显示被包含head页面。
显示不出来的好像都跟Struts的跳转相关的。有能显示的。。。
head.jsp

<%@ page language="java" contentType="text/html; charset=gb2312"%>
<h4 align="center">
<a href="main.jsp">首页</a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="/bbs/communityQuery.do">论坛</a> &nbsp;&nbsp;&nbsp;&nbsp;
<a href="user_regist.jsp">用户注册</a> &nbsp;&nbsp;&nbsp;&nbsp; 
<a href="login.jsp">用户登录</a> &nbsp;&nbsp;&nbsp;&nbsp;
<a href="/bbs/userQuery.do?method=queryAll">会员管理</a>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="#">注销登录</a>
</h4>
<hr>
<br> 
<h1 align="center"><font color="0000ff" face="Arial">JAVA技术交流社区</font></h1>

正常显示的包含在<html>标签的前后都能显示,不能显示的放哪里都不能显示。

哪位大大能指导一下???

------解决方案--------------------
会不会是路径有问题啊.两种情况下的路径看看..
------解决方案--------------------
<@include page="include/head.jsp"></>
  相关解决方案