摘要: 今天用调用action的时候出现了一个“异常”,action里的任何方法都没有执行,直接返回success,而且没有任何报错。struts2.xml1 2 /success.html3 /fail.html4 jsp1 2 3 4 action 1 private IDeleteService deleteService; 2 private Integer thisqid; 3 public void setThisqid(Integer thisqid){ 4 this.thisqid = thisqid; 5 } 6 7 ... 阅读全文
posted @ 2013-12-05 22:54 Liuxiaoke 阅读(580) 评论(0) 推荐(0)