Home > Database > Mysql Tutorial > structs2 中链接引用的绝对路径

structs2 中链接引用的绝对路径

WBOY
Release: 2016-06-07 15:14:42
Original
1340 people have browsed it

在 structs2 框架下, 每个jsp在进行a href=../a引用时, href中地址都是相对于当前action的, 这样在项目架构进行改变时,引用的路径也要改变,这样很不方便. 因此, 推荐在使用路径时采用绝对路径: 需要在jsp文件中加入: % String path=request.getContextPath()

在 structs2 框架下, 每个jsp在进行引用时,  href中地址都是相对于当前action的, 这样在项目架构进行改变时,引用的路径也要改变,这样很不方便.

因此, 推荐在使用路径时采用绝对路径:

需要在jsp文件中加入:

Copy after login


 

这样的 basepath就代表了当前项目的根路径.

如果我想在访问当前项目 path/ 下的 path.action 只需要如下代码:

   <strong> 
</strong>


<meta http-equiv="Content-Type" content="text/html; charset=GB18030">
<title>Insert title here</title>


<a href>="path/path.action">璺緞闂</a>

Copy after login


 

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template