标签:jsp
在顶部定义java变量:
<%
String url = request.getContextPath()+"/Page";
%>
在body里的标签中调用该变量
<cusTag:CustomTag allCount="135" currentPageIndex="3" id="pageTag"
actionPath="<%=url%>" pageNumber="20" height="30" width="600"></cusTag:CustomTag>
标签:jsp
原文地址:http://tianjian.blog.51cto.com/3549910/1665964