码迷,mamicode.com
首页 > 其他好文 > 详细

SSH三大框架经常发生的异常以及解决方案

时间:2015-04-09 17:45:00      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:解决方案   public   regedit   create   return   

  1. java.lang.IllegalArgumentException: attempt to create saveOrUpdate event with null entity异常

  2. @Namespace("/")
    @SuppressWarnings("serial")
    @Controller("regeditAction")
    @Scope("prototype")
    public class RegeditAction extends ActionSupport {
    @Resource
    private Regedit regedit;

  3. 要加入get方法,否则传过去的值就是空值

  4. public Regedit getRegedit(){
    
      return regedit;

 

SSH三大框架经常发生的异常以及解决方案

标签:解决方案   public   regedit   create   return   

原文地址:http://5666522.blog.51cto.com/5656522/1630578

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!