struts标签引用的问题(急)

来源:互联网 发布:海康威视ip网络不可达 编辑:程序博客网 时间:2024/05/11 19:49

我在jsp中引用struts标签时出的问题,如下代码:

<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles"%>

这样引用时正常,但是

<%@ include file="/include/sysHead.inc"%>

这样引用时页面有些js不能调用。其中该include的文件也包含了以上的标签。

请问这是什么原因?等待高手解答……


 

原创粉丝点击