异常:ognl.OgnlException: target is null for setProperty .
这个异常的原因可能是前后台传输的属性,在action中没有对应的getter和setter方法,加上就可以了,
发布时间: 2012-07-22 19:31:16 作者: rapoo
异常:ognl.OgnlException: target is null for setProperty .
这个异常的原因可能是前后台传输的属性,在action中没有对应的getter和setter方法,加上就可以了,