使用jeesite org.springframework.beans.NotReadablePropertyException: Invalid property 'tfxqCmsAccount.id' of bean class

一对多 对子表添加时在form表单 path="tfxqCmsAccount.id"页面报错,对比了下其他可行的,发现其自动生成的子类少了个构造方法

加上

public TfxqCmsMessage(TfxqCmsAccount tfxqCmsAccount){
  this.tfxqCmsAccount=tfxqCmsAccount;

}

问题解决

posted on 2016-07-06 16:42  路人甲乙丙丁张三  阅读(1378)  评论(0编辑  收藏  举报