获得请求路径,转发
action中
转发:ServletActionContext.getResponse().sendRedirect(path + "deposit!getUserCardList.action)
请求路径:String path = ServletActionContext.getRequest().getRequestURL().toString();
发布时间: 2012-09-22 21:54:54 作者: rapoo
获得请求路径,转发
action中
转发:ServletActionContext.getResponse().sendRedirect(path + "deposit!getUserCardList.action)
请求路径:String path = ServletActionContext.getRequest().getRequestURL().toString();