struts标签引用的问题(急)
http://www.diybl.com/ 2008-2-22 网络 点击:
[ 评论 ]
文章搜索:
【点击打包该文章】
我在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的文件也包含了以上的标签。
请问这是什么原因?等待高手解答……
如果图片或页面不能正常显示请点击这里 站内搜索:
推荐文章 |
