2007-12-06

Struts2系列

关键字: struts2
近日在网上的有关Struts2的相关资料,发现这个Blog的内容不错,推荐给大家,http://www.blogjava.net/max/
struts2 Action中获取request, response对象的方法   ActionContext ctx = ActionContext.getContext();                 HttpServletRequest request = (HttpServletRequest)ctx.ge ...