NotReadablePropertyException « Bean « Spring Q&A





1. Property NotReadablePropertyException problem    forum.springsource.org

Property NotReadablePropertyException problem I'm writing an application using the Spring web mvc layer and I'm running into some inconsistencies with nested bindings. org.springframework.beans.NotReadablePropertyExcep tion: Invalid property 'ISpecialInfo0.CardSSBlindly' of bean class [com.firstfacade.bean.SetSpecialInfoBean]: ...

2. NotReadablePropertyException with boolean property    forum.springsource.org

When writing a validator, I attempt to reject a boolean value (findObject.exampleObject.parameterName) thusly: Code: errors.rejectValue("exampleObject."+parameterName, "null-required-parameter", parameterName+" is required"); This works for string params on my exampleObject (firstName, for one). However, ...