`
fuyou0104
  • 浏览: 47416 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
文章列表
页面转跳失效问题肯定是路径的问题。建议改相对路径为绝对路径     String path = request.getContextPath();      String basePase = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";  <link rel="stylesheet" type="text/css" href="<%=ba ...
1. ActionContext 在Struts2开发中,除了将请求参数自动设置到Action的字段中,我们往往也需要在Action里直接获取请求(Request)或会话(Session)的一些信息,甚至需要直接对JavaServlet Http的请求(HttpServletRequest),响应(HttpServletResponse)操作. 我们需要在Action中取得request请求参数"username"的值: ActionContext context = ActionContext.getContext(); Map params = context.get ...
Global site tag (gtag.js) - Google Analytics