随笔分类 -  struts2

摘要:1、客户端是通过$.ajax()方法向login.action传递数据;2、其中action中execute()方法返回值为空,并通过【ServletActionContext.getResponse().getWriter().print(result);】 方法将数据传到jQuery中。 log 阅读全文
posted @ 2016-11-30 16:01 loveyunk+ 阅读(1693) 评论(1) 推荐(1)
摘要:struts2获取request、session、application jsp页面获取request/session/application中的值 阅读全文
posted @ 2016-11-17 19:26 loveyunk+ 阅读(223) 评论(0) 推荐(0)