Bean property 'address' is not readable or has an invalid getter method: Does the return type of th

来源:互联网 发布:大数据辛金日元 编辑:程序博客网 时间:2024/05/16 00:58

在做表单处理的时候,根据原有的工程(运行无错误),然后添加了password,并生成了get和set方法,在jsp中获取,编译运行后,出现了:

 Bean property 'address' is not readable or has an invalid getter method: Does the return type of the getter match the parameter type of the setter?

无法getter方法错误,度娘没有找到,先记录一下,后续解决:



阅读全文
0 0