servlet
岳宁
这个作者很懒,什么都没留下…
展开
-
DWZ 动态表单提交数据 action接收值
如果每一行是一个Book,就是 name="bookList[#index#].bookId" name="bookList[#index#].bookName" name="bookList[#index#].bookPrice" 后台Action中定义一个bookList,给get和set方法 book{ bookId bookName原创 2013-04-21 11:36:31 · 1392 阅读 · 0 评论 -
HttpServletRequest request 获取当前路径
获取当前路径 HttpServletRequest request = ServletActionContext.getRequest(); String path_str = request.getServletPath(); String param_str=request.getQueryString(); if(request.getQueryString() != null){ path原创 2011-06-21 11:17:00 · 2455 阅读 · 0 评论