<jsp:directive.page import=""/> 相当于 <%@ page import="" %> ?但是也有区别:两个用法的作用范围不同,<%@ page import="" %> 可用于多个页面内而<jsp:directive.page import=""/>只能用于一个页面,不能跨页调用。 例如:如果你把所有类包的引入放在一个JSP中,在其他jsp中通include引入那个jsp。这时引入类就必须采用 <%@ page import="" %> 这样的写法。 <jsp:directive.page import="z"/>这种写法只能在同一个jsp页面中使用,不能跨页调用
详细解决方案
jsp:directive.page import/>与<%@ page import %>的差别
热度:376 发布时间:2012-06-28 15:20:03.0
相关解决方案
- import cn.luxh.struts2.entity.Novel 急需的jar包是哪个
- <jsp:include page = "<%=fileName>">该怎么解决
- 请问<jsp:include page="" flush="true"/> 不能解释执行的原因
- sitemesh中 <page:applyDecorator/>访问不了struts2中的action?该如何处理
- 配置j2me eclipse环境时,import WTK,在refresh的时候,devices什么都没有引入.该怎么解决
- The import cannot be resolved 有关问题
- The import javax.bluetooth cannot be resolved解决办法
- import form.addBookForm 有晓得这个包的出处的嘛?SOS~
- import com.drew.metadata.怎么使用
- 导入一个项目后出现The import java.io cannot be resolved异常
- import com.borland.jbcl.layout.解决办法
- import java.awt.event;编译没法通过
- using My_Common;与<%@ Import namespace="My_Common" %> 有什么区别?该如何处理
- Page.RegisterStartupScript的弹出有关问题
- 不能在 Page 回调中调用 Response.Redirect,该如何解决
- -诚意求帮助-if (!Page.IsPostBack)
- this.Page.ClientScript.RegisterClientScriptBlock有关问题
- 未能找出类型或命名空间名称“Page”(是否缺少 using 指令或程序集引用?)
- If Not Page.IsPostBack 如若没有Page.IsPostBack
- Page.Title 发作换行和空格
- Page.Header中动态添加Meta 怎么自动换行
- ASP.NET,实施Server.Transfer(System.Web.UI.Page)出现页面事件不响应
- Page.RegisterStartupScript的解释,该如何处理
- Page.ClientScript.RegisterStartupScript怎么向后台传递参数
- 编译器异常消息: ASPNET: 请确保此代码文件中定义的类与“inherits”特性匹配,并且该类扩展的基类(例如 Page 或 UserControl)是正
- ASPNET: 请确保此代码文件中定义的类与“inherits”属性匹配,并且该类扩展的基类(例如 Page 或 UserControl)是正确的。解决办法
- 问一个基础知识:<%@ Page %> 是什么意思解决方案
- 提示小弟我这个方法已过时(Page.RegisterStartupScript )
- 在Content page 中 弹出对话框解决方法
- 急请专家指导!关于不扩展类System.Web.UI.Page,因此此处不允许。该怎么解决